spacejam/sled

Preserve the insertion ordering

Closed this issue · 1 comments

Use Case:

A clipboard manager. I need to iterate on all values based on their insertion time, but i also need that my key are the actual data to not have duplicate.

Proposed Change:

I would have use indexmap if i didn't need to store on disk.

Who Benefits From The Change(s)?

People who want to keep the order, without using they key for doing it. Not many people apparently since i'm the first requesting it.

nevermind