xerial / larray

Large off-heap arrays and mmap files for Scala and Java
Apache License 2.0
400 stars 43 forks source link

expose getInt, getByte, etc. in LSeq interface #32

Closed xerial closed 11 years ago

xerial commented 11 years ago

Although these operations are unsafe, they should be visible in LSeq interface. LArray should have raw write operations (putInt, etc.)