doldol alternatives and similar packages
Based on the "Data" category.
Alternatively, view doldol alternatives based on common mentions on social networks and blogs.
-
compendium-client
DISCONTINUED. Mu (μ) is a purely functional framework for building micro services. -
streaming
An optimized general monad transformer for streaming applications, with a simple prelude of functions -
text-icu
This package provides the Haskell Data.Text.ICU library, for performing complex manipulation of Unicode text.
SaaSHub - Software Alternatives and Reviews
Do you think we are missing an alternative of doldol or a related project?
README
doldol
doldol packs multiple flaggable data in a Flag
value,
and checks its flags by cheap operators.
In the current version, doldol will handle Enum e
in a Foldable
or List
only.
The name
doldol
comes from Korean word 돌돌 which is a mimetic presenting roll up fabrics or something like flags.
Gap analysis
EnumSet
EnumSet is a sound library but only works with List (ex. toEnum
).
I also need List interface only. However, the next version of my simulation project needs to support Traversal
class. Therefore, I keep developing this.
Of course, you can use EnumSet with fromList
etc., but when you consider performance seriously, let think one more time.