1. 1

    Could you document the time/space complexity of the different structures and operations?

    1. 2

      I did time-complexity on most (I think) of them, although the ones based on Set are tentative. I’ll try to flesh it out a bit more though in the next day or so hopefully.

    1. 1
      1. 3

        Way ahead of you.

        https://github.com/zhemao/glisp

        Although this library will be useful for adding better data structures to the language. I was thinking of adding immutable dictionaries and sets. This will save me from having to implement them myself.

        1. 2

          Glad someone may find it useful :) Let me know if there’s anything missing from it that you feel you’d like to have. I don’t want to clutter the primary package up too much, but I wouldn’t be adverse to having a seq-extra sub-package with community requested functionality.