deplinenoise / tundra

Tundra is a code build system that tries to be accurate and fast for incremental builds
MIT License
438 stars 74 forks source link

when hashing paths on case insensitive filesystems, we need to lower … #300

Closed lucasmeijer closed 6 years ago

lucasmeijer commented 6 years ago

…them.

deplinenoise commented 6 years ago

This shouldn't need a scratch allocator - we can use a small temporary buffer on the stack and fold characters say 32 bytes at a time instead.