Ge0rges / ContextArray

An array that updates itself based on the current computing context in order to find elements that are more likely to appear soon, faster. This is based on the encoding principle of the brain.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ContextArray

An array that updates itself based on the current computing context in order to find elements that are more likely to appear soon, faster. This is based on the encoding specificity principle of the brain.

This is more of brain picking project for myself to design a simple data strcuture that implements this idea efficiently. Please feel free to pull request if you have good ideas to improve it or even to add seperate data structures that implement this idea!

License

View the LICENSE file.

About

An array that updates itself based on the current computing context in order to find elements that are more likely to appear soon, faster. This is based on the encoding principle of the brain.

License:MIT License


Languages

Language:Python 99.3%Language:Shell 0.7%