bdarcus / csln

Reimagining CSL
Mozilla Public License 2.0
13 stars 0 forks source link

Cache references? #36

Open bdarcus opened 1 year ago

bdarcus commented 1 year ago

Since the functions operating on the references are the most expensive, should probably cache them somehow?

Or maybe store them in a KV db of some sort?

Though this only matters for the real-time case, which I'm not worrying about for now.