Yury Selivanov

Results 403 comments of Yury Selivanov

> I am wondering if this is by design or because it hasn't been useful up till now. It's by design to keep everything simple. Mutation objects have the same...

Not in the foreseeable future, unfortunately. PRs are welcome, though :)

The immutable list type will be quite similar to Python's `tuple` type. But, `tuple + tuple` is an O(n) operation, while extending an immutable list (or concatenating two immutable lists)...

> I would like to work on this. Great! > I think about an implementation using fingertrees. Any advice? Is that what say Clojure uses? The current HAMT implementation was...

@amirouche sounds good. Although let me explicitly say that I wouldn't want to replace the current HAMT implementation for maps with something else. Using new algos to implement new types...

> PS: your library is awesome! Thanks! I suggest to rework the PR to use pyperf.

@msullivan what's your plan here? It it still relevant? Anything to fix before 1.0?

> It will probably take some time before we're going to need it but i'd like to know if there's a real initiative of implementing it in EdgeDB, and of...

> It took around 1+ hours to render the graph. Some scrolling lag, but it is still pretty functional :) @jaclarke Potentially this will be sped up with the graphviz...