- set.update
- Keys/Items/ValueView for dict iterators
- batched bi-section
- implement
Next(key, default=...)which returns smallest key LE tokey judy.JudyIntSet()to numpy arrayjudy.JudyIntIntMap()to numpy arrays
- stress test under ASAN/TSAN in free-threading Python
- add concurrency tests under free-threading Python
- test ref-leaks in
judy.JudyIntObjectMapiterators
-
set/dict.copy() -
set/dict.update() -
set.discard() -
set.difference/intersection/symmetric_difference -
..._update()variants of these 3 -
set.isdisjoint/issubset/issuperset -
set.pop/remove() -
dict.pop/popitem() -
dict.setdefault() -
dict.fromkeys
PIP_INDEX_URL=https://pypi.org/simple pip install nanobind scikit-build-corecmake -S . -B buildcmake --build buildcmake -S . -B build -DPython_EXECUTABLE=$(which python3)cibuildwheel --config-file pyproject.toml --output-dir wheelhouse