Skip to content

Releases: mitranim/definit

0.1.1: large speedup on large structures

24 Feb 08:07

Choose a tag to compare

If possible, store visited references in a set rather than a list. This
makes traversal of large structures much faster. In environments without
a `Set`, we still fall back on a list.

Tested on a structure with 1525 inner references, speedup was ≈10x.

0.1.0

22 Jul 19:28

Choose a tag to compare

init