Skip to content

A highly optimized library of common functions and containers for scripting in Path.

Notifications You must be signed in to change notification settings

path-racer/pathlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathlib

  • Pathlib is a highly optimized library of common functions and containers for scripting in Path.
  • Written in C++20, with full unicode support, and zero use of any standard library (libc, libc++, etc.).
  • Only dependency is mimalloc, for memory management: https://github.com/microsoft/mimalloc.
  • Requires Windows, C++20, and the AVX2 instruction set.