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.
- Host: GitHub
- URL: https://github.com/rameshaditya/dynamic-hybrid-data-grid
- Owner: RameshAditya
- Created: 2017-06-24T06:49:08.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-22T16:57:09.000Z (over 8 years ago)
- Last Synced: 2025-01-05T12:28:25.547Z (over 1 year ago)
- Topics: algorithms, data, data-structures, storage
- Language: C++
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
