@cloudflare/workers-shared@0.18.3
·
189 commits
to main
since this release
Patch Changes
-
#9908
ab75fd8
Thanks @GregBrimble! - perf: graduate asset-server binary search experiment to 100%The improved iterative binary search implementation has been graduated from a 50% experiment to the default implementation. This provides better performance for asset manifest lookups by replacing the recursive binary search with an iterative approach.