summaryrefslogtreecommitdiff
path: root/src/benchmark
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-09-23Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-20unicode: delete props.zig and clean up symbols deps tooMitchell Hashimoto
2025-09-19pr feedback: `get`, remove todos for case_folding_simpleJacob Sandlund
2025-09-18forgot to align bufJacob Sandlund
2025-09-18fix up diff from benchmarks, and add tests against ziglyphJacob Sandlund
2025-09-18update uucode and cleanupsJacob Sandlund
2025-09-10Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-09changes after benchmarkingJacob Sandlund
2025-09-08[benchmarks] Align `buf` to cache line for consistencyJacob Sandlund
2025-09-06[benchmarks] Use std.mem.doNotOptimizeAway to avoid data collisionsJacob Sandlund
2025-09-06fast getX(.is_symbol)Jacob Sandlund
2025-09-06doNotOptimizeAwayJacob Sandlund
2025-09-06Merge remote-tracking branch 'upstream/main' into jacob/uucodeJacob Sandlund
2025-09-06trying a bunch of things to get performance to matchJacob Sandlund
2025-09-05drop the new LUT type as no performance advantage detectedJeffrey C. Ollie
2025-09-05add two LUT-based implementations of isSymbolJeffrey C. Ollie
2025-08-30ci: build on freebsdJeffrey C. Ollie
2025-08-20terminal: change OSC parser to explicit init to set undefinedMitchell Hashimoto
2025-07-09synthetic cli (ghostty-gen)Mitchell Hashimoto
2025-07-09benchmark: add GraphemeBreak and TerminalParser benchmarksMitchell Hashimoto
2025-07-09benchmark: add codepoint width benchmarkMitchell Hashimoto
2025-07-09macos: add benchmark tests to our Xcode projectMitchell Hashimoto
2025-07-09libghostty: export benchmark CLI APIMitchell Hashimoto
2025-07-09macos: fix signpost API to use proper mach header base addrMitchell Hashimoto
2025-07-09pkg/macos: use new @ptrcast for os.logMitchell Hashimoto
2025-07-09initial `ghostty-bench` programMitchell Hashimoto
2025-07-09benchmark: a new package and framework for benchmarkingMitchell Hashimoto