msakai / data-interval

Interval datatype, interval arithmetic, and interval-based containers for Haskell
Other
21 stars 9 forks source link

Data.Vector.Unboxed instances #15

Closed msakai closed 5 years ago

msakai commented 5 years ago

https://github.com/msakai/data-interval/pull/7

This representation also allows to write an instance of Data.Vector.Unboxed, which will require only (2 words + 1 byte) per value. (I cannot include it into PR, because currently data-interval does not depend on vector).

@Bodigrim, do you want to include the instances in version 2.0.0?

Bodigrim commented 5 years ago

Not really, I doubt it is worth a trouble at the moment.

msakai commented 5 years ago

I see. Then I think we are almost ready to release version 2.0.0.

Bodigrim commented 5 years ago

Yep, I believe we are good to go.

msakai commented 5 years ago

I just released 2.0.0 to Hackage. I close the issue at the moment. If you want the feature again, please re-open the issue.