File: TODO

package info (click to toggle)
ocaml-res 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 400 kB
  • ctags: 550
  • sloc: ml: 1,389; makefile: 83
file content (5 lines) | stat: -rw-r--r-- 231 bytes parent folder | download | duplicates (4)
1
2
3
4
5
  * Improve speed of resizable float arrays by implementing a fast creation
    function that does not initialize the memory.

  * Extend the functionality of bit-vectors with efficient functions for e.g.
    "land", "lor", etc...