Ant-datrie

Latest version: v0.8.5

Safety actively analyzes 628477 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

0.6

----------------

* datrie is rebuilt with Cython 0.19.1;
* ``iter_prefix_values``, ``prefix_values`` and ``longest_prefix_value``
methods for ``datrie.BaseTrie`` and ``datrie.Trie`` (thanks Jared Suttles).

0.5.1

------------------

* Recently introduced memory leak in ``longest_prefix``
and ``longest_prefix_item`` is fixed.

0.5

----------------

* ``longest_prefix`` and ``longest_prefix_item`` methods are fixed;
* datrie is rebuilt with Cython 0.18;
* misleading benchmark results in README are fixed;
* State._walk is renamed to State.walk_char.

0.4.2

------------------

* Update to latest libdatrie; this makes ``.keys()`` method a bit slower but
removes a keys length limitation.

0.4.1

------------------

* cPickle is used for saving/loading ``datrie.Trie`` if it is available.

0.4

----------------

* ``libdatrie`` improvements and bugfixes, including C iterator API support;
* custom iteration support using ``datrie.State`` and ``datrie.Iterator``.
* speed improvements: ``__length__``, ``keys``, ``values`` and
``items`` methods should be up to 2x faster.
* keys longer than 32768 are not supported in this release.

Page 2 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.