Skip to content

zedbydade/mythra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mythra: A Ruby Key/Value Database

Overview

Mythra is a highly-concurrent key/value database implemented in Ruby, leveraging the concurrent-ruby gem for thread safety and efficient parallel processing. Designed with a focus on testability and robustness, Mythra offers a solid foundation for applications requiring fast and reliable file data storage solutions.

Features

  • Thread Safety: Built with concurrent-ruby, Mythra ensures that data access and mutations are thread-safe, allowing for high concurrency.
  • 100% Test Coverage: Fully tested to guarantee reliability and stability.
  • Simple API: Easy-to-use interfaces for storing and retrieving data.
  • Memory Efficient: Optimized for minimal memory footprint while maintaining speed.

About

Ruby key-value database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages