Skip to content

Kivi is a high performance in-memory key-value database written in Zig

License

Notifications You must be signed in to change notification settings

devraymondsh/kivi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is Kivi?

Kivi is a high-performance in-memory key-value database written in the Zig programming language. Kivi is designed to be embeddable, concurrent, and fast.

⚠️ Kivi is currently in development mode and not production-ready.

Latest benchmark

comparing Kivi to Javascript's builtin Map:

Runtime FFI Lookup Insertion Deletion
NodeJs Napi 2x slower 1.2x faster 1.9x slower
Deno Napi 1.47x slower 2.48x slower 1.44x slower
Deno FFI 6.89x slower 4.07x slower 7.73x slower
Bun Napi 1.06x faster 1.23 faster 1.08x slower
Bun FFI 1.64x slower 1.3x slower 1.97x slower

Code of conduct

You can check our code of conduct guidelines.

License

Kivi is licensed under MIT. Head over to LICENSE for full description.

About

Kivi is a high performance in-memory key-value database written in Zig

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published