debox icon indicating copy to clipboard operation
debox copied to clipboard

Fast, deboxed, specialized data structures for Scala

Results 14 debox issues
Sort by recently updated
recently updated
newest added

Set specialized for Short, Char, Int, Float, Long, Double, AnyRef, but not Byte. It looks strange.

3 variants of Map where the keys, the values or both are specialized. This is done by organizing the specialization annotations in a clever way (first commit), and then activating...

The contract of `Iterable[A]` does not prescribe an order for the elements; thus methods take `Seq[A]` parameters to document this fact --- and not especially to prescribe fast linear/indexed access....

Right now `clear` deallocates the internals. It would be nice to have reset which resets the size without changing allocations.