Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 911 Bytes

CHANGELOG.md

File metadata and controls

38 lines (23 loc) · 911 Bytes

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.

Unreleased - ReleaseDate

Added

  • Profiling methods like profile_egress, profile_ingress, and more
  • readahead_scoped

Changed

  • Slight APIs changes to improve scoped utilities
  • Default thread num to equal num of physical, not virtual, CPU cores

0.3.0 - 2022-01-08

Added

  • parallel_filter_scoped
  • parallel_map_scoped

0.2.0 - 2021-11-24

Added

  • readahead()
  • parallel_filter()

[0.1.0] - 2021-11-22

  • Initial version