package core_extended

  1. Overview
  2. Docs
Extra components that are not as closely vetted or as stable as Core

Install

Dune Dependency

Authors

Maintainers

Sources

core_extended-v0.15.0.tar.gz
sha256=875fcea0352c10e3ae6e96ddd86136ffd8e24cb19e56193463aa22c292c737d5

doc/index.html

core_extended

API

Library core_extended.appendable_list

  • Appendable_list A polymorphic data structure parametrized by 'a to represent lists of elements of 'a while supporting constant time append operations.

Library core_extended.bitarray

  • Bitarray This module implements efficient and compact arrays of boolean values. It stores its values in the bits of an integer, using multiple integers to allow for arrays larger than the machine word size. All operations are on immediates (no caml_modify), and are quite simple. Hence this data structure should be more efficient than an array of bools.

Library core_extended.delimited_kernel

  • Delimited_kernel Read CSVs & CSV-like delimited formats (following the CSV quoting behaviour).

Library core_extended.find_files

Library core_extended.selection

OCaml

Innovation. Community. Security.