Closed oubiwann closed 1 year ago
std:HashMap?
We could:
Would probably be a pain managing the writes ... could just do the same with persy or sled.
I think I'll just start with Sled and see what issues I run into ...
Another possibility: https://crates.io/crates/evmap
Surreal offers file-based encryption -- gonna go with this for now.
SurrealDB is a MASSIVE dependency and it's slowing down all the testing by orders of magnitude.
So, re-opening ...
What about going SUPER simple?
Store everything in-mem, in a hashmap ...
Startup:
Run-time (both CLI and a daemon):
Shutdown:
Seems like age would be a good fit here ...
Going to experiment with this next:
Now this:
Made more progress with that last one than anything else, to date ... gonna try closing this again.
Sled?