nikita-volkov / stm-hamt

STM-specialised Hash Array Mapped Trie
https://hackage.haskell.org/package/stm-hamt
MIT License
9 stars 6 forks source link

feat: Add non-atomic listT variant #8

Closed 414owen closed 6 months ago

414owen commented 6 months ago

This will be used to implement https://github.com/nikita-volkov/stm-containers/issues/32

For use when you need to iterate over the HAMT, and would prefer potentially out-of-date/inconsistent data, to starvation.

Depends on https://github.com/nikita-volkov/primitive-extras/pull/8