Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.76 KB

CHANGELOG.md

File metadata and controls

32 lines (26 loc) · 1.76 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Added

  • SparseStore: A sparse multi-file backing store interface included Details
  • Build Option: -DENABLE_DISPLAY_STATS: option to display statistics before uunmap returns Details
  • Build Option: -DENABLE_TESTS_LINK_STATIC_UMAP: This allows test binaries to link Umap statically or dynamically Details
  • Flush Buffer: umap_flush() allows users to explicitly flush dirty pages #2b36757

Fixed