yetanalytics / lrsql

A SQL-based Learning Record Store
https://www.sqllrs.com
Apache License 2.0
91 stars 17 forks source link

memoize custom lang map fn #387

Closed milt closed 7 months ago

milt commented 7 months ago

Using a def should AOT-compile the custom language map, which we don't want. It doesn't appear to do this in practice, but an explicit memoization of the function will ensure that the language map is customizable at any level of complilation