lambda-mountain icon indicating copy to clipboard operation
lambda-mountain copied to clipboard

Use a hashtable for global context

Open andrew-johnson-4 opened this issue 1 year ago • 0 comments

A hashtable can be used for global symbols, with an immutable linked list for locals. This way a program could have hundreds of thousands of symbols without hitting significant performance penalties for context lookup.

andrew-johnson-4 avatar Sep 28 '24 15:09 andrew-johnson-4