yallop / ocaml-ctypes

Library for binding to C libraries using pure OCaml
MIT License
369 stars 95 forks source link

Speed-up CArray.make with initial value #644

Closed yallop closed 4 years ago

yallop commented 4 years ago

See #597. This makes the function around twice as fast on my machine. The changes are: