boltlang / Bolt

A programming language for rapid application development
35 stars 1 forks source link

Add a custom memory allocator for TypeVar objects #21

Closed samvv closed 3 years ago

samvv commented 3 years ago

This should speed up the inference algorithm and allow us to dispose a type checking session in one big deallocation, which will be very useful when incremental compilation will be supported.

samvv commented 3 years ago

Not going to fix this in this repository.