Kris Nye
Kris Nye
- Where is it done? - Reference counting? - Ability to weakly release while allowing re-use before deallocating? (Important for design of semantic immutability performance)
Intention is that diamond inheritance brings in at most one copy of classes fields. class Body mass: >= 0 class Animal extends Body class Robot extends Body class Cyborg extends...
This library used to be fast, but modern browsers are now allocating simple objects so fast that they are effectively free. Array allocation is still much slower and ArrayBuffer allocation...
Would be nice to make a binary available as a download as well for those who are less accomplished with C++. I will gladly pay you 4 internets for this...
Not sure if this is the right project to add this request to. This would be extremely useful when maintaining a large project with lot's of indexes.
['a','b','b'] should fail against schema { type:'array', uniqueItems:true} but there is no checking of uniqueItems in the library.