frptools / collectable

High-performance immutable data structures for modern JavaScript and TypeScript applications. Functional interfaces, deep/composite operations API, mixed mutability API, TypeScript definitions, ES2015 module exports.
MIT License
273 stars 14 forks source link

Maintenance status of this lib #83

Open adrian-gierakowski opened 1 year ago

adrian-gierakowski commented 1 year ago

Hi

this library looks very promising however I’m unclear about its maintenance status. Is anyone currently actively working on it? Any concrete plans for 1.0 release? Thanks!

axefrog commented 1 year ago

Hey! Unfortunately there is no activity on the library right now, and probably won't be for the foreseeable future. I do know that Microsoft was using the red-black tree implementation as part of one of their libraries, last I heard. I haven't checked if this is still the case.

I am active daily on Github, so even though development on the library is stagnant, I'm open to contributions or even co-maintenance. I don't have time to write any code for the library myself at the current time though.

adrian-gierakowski commented 1 year ago

Thanks for the reply @axefrog! I might give it a try in the next few weeks and report back if I encounter any issues 😄