https://github.com/ow1e/saildb
Database example
https://github.com/ow1e/saildb
database experimental python
Last synced: about 1 year ago
JSON representation
Database example
- Host: GitHub
- URL: https://github.com/ow1e/saildb
- Owner: Ow1e
- Created: 2022-03-05T20:27:31.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-09T00:14:05.000Z (over 4 years ago)
- Last Synced: 2025-03-19T23:36:42.406Z (over 1 year ago)
- Topics: database, experimental, python
- Language: Python
- Homepage: https://pypi.org/project/saildb/
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SailDB
The succesor to ReflectDB. Sail (Space and Integer Interaction Language) is a custom made language than uses seperate spaces as a type of directory system. The code to SailDB is fully open-source and light weight.
## Performance
All tests were run on a 2017 MacBook Pro with 256gb of Flash Storage
| Database | Benchmark Score |
|-------------------|-----------------|
| SAIL (Python) | 250000/s |
| Reflect | 9975/s |
| JSON | 400000/s |
| JSON Indented (2) | 142857/s |
NOTE: JSON is a builtin library that probably is running C instead of just Python