Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanxg852000/lsmdb
Building a relational SQL database from scratch for learning and experimenting in Rust
https://github.com/evanxg852000/lsmdb
Last synced: about 13 hours ago
JSON representation
Building a relational SQL database from scratch for learning and experimenting in Rust
- Host: GitHub
- URL: https://github.com/evanxg852000/lsmdb
- Owner: evanxg852000
- License: agpl-3.0
- Created: 2022-12-26T12:31:10.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T16:28:40.000Z (7 months ago)
- Last Synced: 2024-04-16T00:19:49.579Z (7 months ago)
- Language: Rust
- Size: 30.3 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LsmDB:
Learning and building a relational database system from scratch using using Rust.
## Notes:
- I am still in early stage of my learning, so contributions will only be limited to discussions and technical design suggestions. I am all ears for anything you can teach me or anything I could do better.
- I am shooting for hight performance too, so this repo is more of an experimenting playground.
- Feel free to ask questions or open issuesTODO:
- iterators should hold onto their Arc items
- test this