Closed densh closed 9 years ago
Apparently some hardware architectures like SPARC entirely miss support for unaligned memory access. This means that we need to add option to align fields in data classes and their allocations.
Almost done with this one.
Fixed in https://github.com/densh/scala-offheap/pull/27
Apparently some hardware architectures like SPARC entirely miss support for unaligned memory access. This means that we need to add option to align fields in data classes and their allocations.