Daniel061 / Sophie6.1

AI from stumbling Baby to Sentient being.
GNU General Public License v3.0
1 stars 1 forks source link

Convert to unorderedMap for MemoryCell storage. #27

Closed Daniel061 closed 5 years ago

Daniel061 commented 5 years ago

Is your feature request related to a problem? Please describe. While using a fixed array may be faster, it does cause a lot of overhead and the possibility of out of bounds exceptions.

Describe the solution you'd like c_Lobes will store all Memory cells in a map indexed by the token value.

Describe alternatives you've considered Lists, stacks and other structures

Additional context While c_MemoryCell.h will not change, c_Lobes will need a rewrite.