https://github.com/ellen364/bitbarrel
bitcask in ysh
https://github.com/ellen364/bitbarrel
Last synced: 2 months ago
JSON representation
bitcask in ysh
- Host: GitHub
- URL: https://github.com/ellen364/bitbarrel
- Owner: ellen364
- License: mit
- Created: 2024-08-02T06:54:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-02T06:58:43.000Z (10 months ago)
- Last Synced: 2025-02-01T08:30:26.454Z (4 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitbarrel (wip)
Toy implementation of [bitcask](https://riak.com/assets/bitcask-intro.pdf) in `ysh`.
It's a project to see what's easy in and what's missing from `ysh` right now and what idiomatic code might look like.
## Requirements
Oils 0.23.0 (and maybe above, but needs 0.23.0 due to use of `dict->erase()`)