mirror of
https://github.com/tonytins/quickdb.git
synced 2025-04-30 00:51:43 -04:00
A very simple proof of concept where the hash is a key that contains the value to be retrieved within a dictionary.
.config | ||
QuickDB | ||
QuickDB.Console | ||
QuickDB.Tests | ||
.editorconfig | ||
.gitignore | ||
LICENSE | ||
QuickDB.sln | ||
README.md |
QuickDB
This is a very simple proof of concept where the hash is a key that contains the value to be retrieved within a dictionary. The idea came to me after hearing (rather repeatedly) about hash tables being quit efficient at their jobs, I thought I'd try it out with a dictionary. While this is structured as a library, it currently functions (i.e. CreateFetch()
) as a demo.