Coder Social home page Coder Social logo

solidstatedb / silicondb Goto Github PK

View Code? Open in Web Editor NEW
10.0 10.0 1.0 14.28 MB

A concurrent key-value store, column-oriented database and more.

Home Page: https://solidstatedb.github.io/silicondb/

License: MIT License

CMake 3.23% C++ 96.77%
concurrency key-value-store modern-databases replication threadsafe

silicondb's Issues

Create a basic online password manager once the Bitcask paper is implemented.

Features requested:

  • Key / Value password storage, both keys and passwords are encrypted with a master password
  • JWT based authenticated REST server with endpoints for storing and retrieving password
  • React frontend preferably hosted on GitHub pages in a separate repo. The frontend should be able to specify the IP of the password manager server

Add a contains() method to silicondb::map

Add a new method to silicondb::map :

// map::contains(): returns true if the map contains a value mapped to the given key, false otherwise.
template <typename Key, typename Value, typename Hash = std::hash<Key>>
bool silicondb::map::contains(Key const& key) { ... }

The implementation will require adding a contains() method for map::bucket. We simply need to check whether, in the bucket mapped to the hash, there is an entry with the given key or not. (Hint: use find_entry_for)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.