Compare commits
10 commits
fc3608d573
...
3b9b35f8dc
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b9b35f8dc | ||
|
|
d90f360ed1 | ||
|
|
4221370d8f | ||
|
|
78aafe0244 | ||
|
|
2d5c95c13e | ||
|
|
998e900a37 | ||
|
|
c9cabe055a | ||
|
|
026966bb61 | ||
|
|
2b8167bf89 | ||
|
|
5a60023d3b |
2 changed files with 21 additions and 3 deletions
18
README.md
18
README.md
|
|
@ -10,9 +10,9 @@
|
||||||
- download the datafile,
|
- download the datafile,
|
||||||
- FAST queries on local data
|
- FAST queries on local data
|
||||||
|
|
||||||
**3. use LLJVM as a starting point to compile rust to java bytecode
|
**3. use LLJVM as a starting point to compile rust to java bytecode**
|
||||||
|
|
||||||
**4. compile rust using truffle (graalvm)
|
**4. compile rust using truffle (graalvm)**
|
||||||
|
|
||||||
pixelate camera
|
pixelate camera
|
||||||
|
|
||||||
|
|
@ -27,3 +27,17 @@ becos pumpkin seeds coagulate easily (says yt)
|
||||||
* 10g plain sugar
|
* 10g plain sugar
|
||||||
* 5tbsp juice from fermented beetroot
|
* 5tbsp juice from fermented beetroot
|
||||||
* 1tsp guar
|
* 1tsp guar
|
||||||
|
|
||||||
|
**7. a circular list in rust (as an excercise)**
|
||||||
|
|
||||||
|
**8. a java bytecode interpreter (not necessarily written in java) that estimates runtime complexity (static analysis)**
|
||||||
|
|
||||||
|
**9. [blog] code as human communication. inspired by knuth I p. 195 zero based encoding of nr of chars. since zero repetitions would be meaningless, zero encodes one so n+1 in general, which makes total sense for efficiency and maybe mathematicians but it increases cognitive load for the human decoder. So is readability at odds with efficiency? also YouTube video about clean code (actually polymorphism) not being performant.
|
||||||
|
|
||||||
|
**10. [blog] give back my monolith. daily life in microservice 'hell'. ie. dependency hell**
|
||||||
|
|
||||||
|
**11. create a realtime (java) gc viewer in rust :)**
|
||||||
|
|
||||||
|
**12. visualize a datastructure from the actual code: ie HashMap, create images of internal storage using instrumented <?> code
|
||||||
|
|
||||||
|
**13. >graphiz editor<, images from code and back (ie draing tool actions translate back into the textual representation)
|
||||||
|
|
|
||||||
4
links.md
Normal file
4
links.md
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
# links
|
||||||
|
* https://questdb.io/blog/leveraging-rust-in-our-high-performance-java-database/
|
||||||
|
* https://cari.institute/aesthetics
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue