Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Overlay mechanism for sled

License

NotificationsYou must be signed in to change notification settings

parazyd/sled-overlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Rust library serves as a minimal overlay mechanism for thesled embedded database.

This mechanism enables us to simulate changes in a sled database/treeso that keys and values can be dynamically mutated, while avoidinghaving to change the underlying database. With this, we can performchanges to the sled trees and access the latest changes in-memory,and then only when we're satisfied with the results, we can actuallyatomically write it into the actual database.

This functionality can also serve as a rollback-like mechanismfor sled.

Usage examples are offered in the repository as test units, and docscan be found ondocs.rs/sled-overlay.

License

GNU AGPLv3.

About

Overlay mechanism for sled

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp