Open
Description
New features for frozendict:
- support for Python 3.11 in the C Extension (WIP) [RFE] Support Python 3.11 in the C extension #68
- improve JSON and pickle speed [FEATURE] Speeding up JSON and pickle: to_dict() method #76
- delete_by_index()
- Slicing
- index()
- move()
- insert()
- sort()
- getdeep(): [FEATURE] get_deep() method #14
- keysof(): [FEATURE] keys_of() method #13
- the entire Set API (?)
- Possibility to get a value from frozendict values object by index
- Possibility to get a key from frozendict keys object by index
- Possibility to get a item from frozendict items object by index
- restore freelists for 3.10+. Explore thread safe solutions.
- optimize reverse
Bugs:
Internal cleanup:
- try
Py_TPFLAGS_IMMUTABLETYPE
for CPython >= 3.10
Activity