asp2insp / lodestone

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Limitations

  • Max number of transactions: usize::max_value()
  • Only 1 write transaction at a time

Clean Up

  • Change constructor for Pool to consume a vec
  • Replace static str errors with real Error types

Ideas

  • replace single free index with free lists

About

License:MIT License


Languages

Language:Rust 89.3%Language:Python 10.7%