gmr / flatdict

Python module for interacting with nested dicts as a single level dict with delimited keys.
https://flatdict.readthedocs.io
BSD 3-Clause "New" or "Revised" License
112 stars 32 forks source link

Fixed key/items order. #38

Closed wsantos closed 4 years ago

wsantos commented 4 years ago

I've made some tweaks on how we handle sorting and I strongly think that is not the scope of the library and can easily be done by the user of the module, with this change we simplified the code and improved performance for huge dicts with huge lists

Since this is changing a behavior I've bumped to 3.5, I've found another small issues but I'm going to create issues so we can also receive help from others.

Closes #37 Fixes #36
Fixes #35