An open API service indexing awesome lists of open source software.

https://github.com/rameshaditya/dynamic-hybrid-data-grid

Facilitates faster read-and-write of large ordered collections of data.
https://github.com/rameshaditya/dynamic-hybrid-data-grid

algorithms data data-structures storage

Last synced: over 1 year ago
JSON representation

Facilitates faster read-and-write of large ordered collections of data.

Awesome Lists containing this project

README

          

# Dynamic Hybrid Data Grid

An algorithm which allows for faster read-and-write of data in a dynamic grid, that allocates memory in runtime and facilitates an improvement in access of data due to 2-dimensional maneuvering.

Applications involve but are not limited to
* Storing security feeds classified on a daily basis
* Storing logs sorted and classified by date
* Any consistently generated data inherently ordered or required to be ordered

# Visualization of the dynamic data structure
![alt](https://i.imgur.com/aLh1Ax2.png)