penberg / hornet

Hornet, a JVM optimized for low-latency applications.
Other
53 stars 5 forks source link

Memory layout control #2

Open penberg opened 11 years ago

penberg commented 11 years ago

Motivation

Cache misses are a major concern in low latency environments. Currently, developers are forced to use DirectByteBuffers or Unsafe API to be able to control memory layout and access the memory in predictable fashion. Giving developers control over memory layout via JVM intrinsics would help to mitigate the problem.