effect
effect copied to clipboard
From Discord: Data Structures in Effect: RedBlackTree and Potential Addition of Trie
Summary
The key takeaways from the above messages are:
- The data structures in the scope of Effect should have stack-safe implementations and optimal complexity for the problems they solve.
- The data structures should be commonly used and work with custom equality when comparison is needed.
- The implementation of data structures should be complete and well-tested.
- The addition of a Trie implementation to Effect would be considered if it meets these criteria.
These guidelines and goals provide valuable information for contribution guidelines and the design goals of Effect.
Discord thread
https://discord.com/channels/795981131316985866/1191310099336142888
Done
Actually no, we need to add a note to guidelines