densh / scala-offheap

Experimental type-safe off-heap memory for Scala.
BSD 3-Clause "New" or "Revised" License
532 stars 35 forks source link

Size, Addr and Alignment should all be wrapped into value types #90

Open densh opened 8 years ago

densh commented 8 years ago

Currently they just alias corresponding integer data types. It would be much better to wrap them into value classes instead. This has some issues wrt the fact that value classes can not wrap other value classes but we should be able to solve them on our side.