Skip to content

@cloudflare/workers-shared@0.18.3

Compare
Choose a tag to compare
@workers-devprod workers-devprod released this 10 Jul 18:02
· 189 commits to main since this release
670b364

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.