Skip to content

Latest commit

 

History

History
30 lines (15 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

30 lines (15 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.2.0 (2021-09-11)

Features

  • image: AVX/AVX2 instructions for hist cmp (65fe0b8)

Bug Fixes

  • tree: remove storage error check from hot path (b96a402)

1.1.0 (2021-06-10)

Features

  • all: accept positional arguments (3af26e4)
  • search: allow exporting results as JSON (bda7806)
  • storage: keep recent nodes in LRU cache (aa6eb52)

Bug Fixes

  • lint: gocritic checks (ed26673)
  • perf: decrease allocs in search (ff7bfde)