A vector library for OCaml
  • OCaml 95.8%
  • Makefile 3.4%
  • C 0.6%
  • Dune 0.2%
Find a file
2026-01-28 18:35:39 +01:00
attic Announcement. 2024-08-07 13:17:09 +02:00
benchmark In the [sort] benchmark, use a deterministic random seed. 2024-07-31 19:38:01 +02:00
simplified [push]: remove one unnecessary subtraction. 2026-01-28 18:35:39 +01:00
src [push]: remove one unnecessary subtraction. 2026-01-28 18:35:39 +01:00
test Add a test of [Vector] and [Vector.Stack] in simplified/. 2025-09-25 09:07:19 +02:00
.gitattributes Creation of an empty project. 2024-06-22 14:17:21 +02:00
.gitignore .gitignore. 2024-12-08 11:21:49 +01:00
AUTHORS.md Creation of an empty project. 2024-06-22 14:17:21 +02:00
CHANGES.md CHANGES. 2024-12-08 11:20:38 +01:00
dune-project dune-project 2025-09-25 17:39:10 +02:00
headache.config Update headers. 2024-06-28 17:53:57 +02:00
header.txt Restore final newline in header.txt. 2024-06-29 07:57:15 +02:00
LICENSE.txt Creation of an empty project. 2024-06-22 14:17:21 +02:00
Makefile Change server name. 2025-09-25 08:57:54 +02:00
play.ml Creation of an empty project. 2024-06-22 14:17:21 +02:00
README.md Fix two boilerplate sentences. 2024-06-22 18:11:03 +02:00
TODO.md TODO. 2025-09-26 18:14:38 +02:00

Hector

hector is an OCaml library that offers vectors (also known as dynamic arrays, or resizeable arrays).

Installation and Usage

Type opam install hector.

In your dune file, add (libraries hector) to the description of your library or executable.

Documentation

For more information, please see the documentation of the latest released version.