gofiber/utils
:zap: A collection of common functions for Fiber with better performance, fewer allocations, and fewer dependencies.
benchmarkfastfibergogolanghelpersutils
First Claude commit: Nov 30, 2025Last Claude commit: 15d agoDiscovered: Jul 16, 2026
Recent Claude Commits
review: apply self-review findings
3accfad15d agoauthor_emailfeat: add HasPrefixFold and HasSuffixFold
f84864e15d agoauthor_emailperf: cut branch count in the SWAR first-match scan loops
423105b15d agoauthor_emailtest(swar): rename benchmark sub-runs to fiber/default convention
0e6a9f316d agoauthor_emailtest(swar): benchmark primitives against their stdlib counterparts
9a3787516d agoauthor_emailtest: make checkTimeStamp allocation-free
719312418d agoauthor_emailchore: apply fourth-round review findings — CI time, docs, README catalog
7ee44f818d agoauthor_emailtest: fold parse SWAR tests into parse_test.go, rename swar_verify_test.go
a4c567418d agoauthor_emailfix: satisfy revive confusing-results on foldPrep with a struct result
ae933a718d agoauthor_emailchore: apply maintainer review pass — swar API polish, fuzz targets, README
5800f1b18d agoauthor_emailtest: close patch coverage gaps flagged by codecov
01f528619d agoauthor_emailfix: treat HTAB as quotable qdtext and satisfy revive in foldNeedle
275997619d agoauthor_emailrefactor: export swar.ZeroLanes and polish search internals
4915fb920d agoauthor_emailperf: apply first review round to SWAR search and parse paths
8d2103220d agoauthor_emailfeat: public swar package plus SWAR search, validation, and parse APIs
ca1ac1420d agoauthor_emailperf: apply review findings to SWAR paths and ToString sizing
a95d63920d agoauthor_emailperf: process case conversion and EqualFold word-at-a-time with SWAR
84c31ee20d agoauthor_emailrefactor: reduce duplication with shared benchmark test cases
439a1cf8mo agoauthor_emailrefactor: optimize TrimSpace with single len() call and fix buffer capacity
84335aa8mo agoauthor_emailfix: use bytes.Equal for nil-safe slice comparison
a3cb5e08mo agoauthor_emailfix: apply De Morgan's law in TrimSpace test
b251c828mo agoauthor_emailrefactor: improve TrimSpace tests with realistic use cases
365ff818mo agoauthor_emailrefactor: improve TrimSpace code quality
9fc4fde8mo agoauthor_emailfix: apply De Morgan's law in TrimSpace test
d8c5b958mo agoauthor_emailchore: remove benchmark analysis files
f710f908mo agoauthor_emailfix: resolve empty-block linter warning in TrimSpace test
636de848mo agoauthor_emailrefactor: move TrimSpace to byteseq.go with generic implementation
31fb9a98mo agoauthor_emailfeat: add optimized TrimSpace function
6e685598mo agoauthor_email