effect icon indicating copy to clipboard operation
effect copied to clipboard

From Discord: Data Structures in Effect: RedBlackTree and Potential Addition of Trie

Open effect-bot opened this issue 1 year ago • 2 comments

Summary

The key takeaways from the above messages are:

  1. The data structures in the scope of Effect should have stack-safe implementations and optimal complexity for the problems they solve.
  2. The data structures should be commonly used and work with custom equality when comparison is needed.
  3. The implementation of data structures should be complete and well-tested.
  4. 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

effect-bot avatar Jan 01 '24 09:01 effect-bot

Done

mikearnaldi avatar Jan 31 '24 18:01 mikearnaldi

Actually no, we need to add a note to guidelines

mikearnaldi avatar Jan 31 '24 18:01 mikearnaldi