Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
4 results tagged hashtable  ✕   ✕
GitHub - jvadair/pyndb https://github.com/jvadair/pyndb
Mon 20 Jun 2022 01:55:14 PM PDT archive.org

pyndb, short for Python Node Database, is a package which makes it easy to save data to a file while also providing syntactic convenience. It utilizes a Node structure which allows for easily retrieving nested objects. All data is wrapped inside of a custom Node object, and stored to file as nested dictionaries. It provides additional capabilities such as autosave, saving a dictionary to file, creating a file if none exists, and more. The original program was developed with the sole purpose of saving dictionaries to files, and was not released to the public.

Basically, it's a way to treat internal hash tables like real databases, with automatic saving, automatic creation (if the file doesn't exist already), and so forth.

python database serialization storage hashtable
Take control of your data with associative arrays in Bash https://opensource.com/article/20/6/associative-arrays-bash
Sun 25 Apr 2021 02:49:51 PM PDT archive.org

Associative arrays (hash tables) in bash.

scripting shell bash hashtable article
alash3al/redix: a persistent real-time key-value store, with the same redis protocol with powerful features https://github.com/alash3al/redix
Tue 25 Dec 2018 12:42:04 AM PST archive.org

A fast NoSQL DB, that uses the same RESP protocol and capable to store terabytes of data, also it integrates with your mobile/web apps to add real-time features, soon you can use it as a document store cause it should become a multi-model db. Uses Redis' network protocol so it's a drop-in replacement. Has some helper functions built in. Aims to be easy to use, with minimal configuration.

golang database cache keyvalue document list hashtable pubsub
Fibonacci Hashing: The Optimization that the World Forgot (or: a Better Alternative to Integer Modulo) | Probably Dance https://probablydance.com/2018/06/16/fibonacci-hashing-the-optimization-that-the-world-forgot-or-a-better-alternative-to-integer-modulo/
Mon 18 Jun 2018 11:02:04 AM PDT archive.org

Fibonacci Hashing: The Optimization that the World Forgot (or: a Better Alternative to Integer Modulo)

hashing algorithms hashtable math optimization
4988 links, including 379 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn