Skip to content

Associative array for small tables for the Terra programming language. Simple key-value map/dictionary with linear/sequential lookup, in pure terra with no dependencies.

License

Notifications You must be signed in to change notification settings

jleija/terra_small_table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

small_table

This is a small Terra dictionary/map library, with a very limited scope and a simple interface. The lookup is linear, and not optimized in any way. I expect to use if for small number of keys no greater than 32, for example. The key comparitor is the equality operator (==), so small_table is only suited for integral/simple types that respond to the == operator (no strings).

Consider this project a work in progress.

The busted unit tests in the spec directory describe its intended use.

License: MIT.

About

Associative array for small tables for the Terra programming language. Simple key-value map/dictionary with linear/sequential lookup, in pure terra with no dependencies.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published