[erlang-questions] Is it possible to align binary's byte array to cache line boundary?
max tan
maxtqm@REDACTED
Thu Sep 22 17:49:01 CEST 2011
> I can maximize the processing throughput.
>
> I don't know of a dynamic language that gives you this control; be it PHP,
> JavaScript, Haskell or Erlang.
I just found Haskell has "Data.ByteString.Lazy", according to a paper titled
"Rewriting Haskell Strings":
A library for ByteStrings is implemented, providing a purely functional
interface, which approaches the speed of low-level mutable arrays in C.
More information about the erlang-questions
mailing list