Yagiz Nizipli
Yagiz Nizipli
Replaces SplitString function with built-in implementation available for C++20
We are never setting has_authority to false. I am not sure if we should or not. Let's merge this once we are sure. ## Before ``` BasicBench_AdaURL_url 206796 ns 206701...
> work in progress. A lot of the functions can be `constexpr` as well as functions that use templates can directly check them using `if constexpr (param)`. I have some...
It's useful to eliminate false positives when benchmarking and watching.
Small experiment. Please run the benchmarks locally to validate. ### Before ``` Timer precision: 41 ns processors fastest │ slowest │ median │ mean │ samples │ iters ├─ functions...
Replaces function with a lookup table generated at compile time. ### Before ``` Timer precision: 41 ns processors fastest │ slowest │ median │ mean │ samples │ iters ├─...
> Written in collaboration with @loewenheim ## Goal The goal of this pull-request is to remove `relay_cabi`, `relay_ffi` and `relay_ffi_macros` and replace it with a more modern approach: pyo3. The...
We documentation-only deprecated URL.parse on v18, almost 2 years ago. Without a runtime deprecation people will continue to use it and be exposed to security flaws. This is a nudge...
I'm currently working on adding WPT to Cloudflare workers, and it has been a little bit of pain to define filegroups and run a WPT test runner. I propose adding...