Danny van Kooten

Results 113 comments of Danny van Kooten
trafficstars

Hi @ReverseWineSnob - this is an open issue which basically means it is on the roadmap but not yet in the plugin itself. This issue is where I'll gather all...

Whoa @lehuyduc - thanks again. Didn't except such a big improvement from those last few micro-optimizations.

Ooh, clever. Nicely done. I’ll verify as soon as I get a chance, but from a first glance it looks good to me!

Did you create the measurements file using the provided program or from somewhere else? The last two bytes of the memory mapped file should be “\n\0”.But yeah, since this is...

@kennethchiu Here it is: ``` $ g++ --version g++ (GCC) 14.0.0 20231231 (experimental) $ g++ -O2 -march=native membw.cpp -o membw && ./membw 1 thread(s): 8.94312e+09 To prevent optimizing out all...

That makes sense. Thank you @kennethchiu!

Hi Daniele, Not silly at all, the answer is however! I just have no experience with SIMD and thus haven't gotten to it yet. Would love to add it, one...

Good morning Frank @futtta, Weird - it seems that `preg_replace` inside that function is failing for you and then returning `null`. In 383f0cdac333f2f85a5dc96aaed0a62212921efe I made some changes that guarantee we...

What's weird is that this function is pretty heavily tested [here](https://github.com/ibericode/koko-analytics/blob/main/tests/PageviewAggregatorTest.php#L29) yet it's not throwing any errors on either my local development machine or on GitHub's CI runners. So it...

Well snap, I should have taken the opportunity to log the referrer URL to see if the issue is input specific. But at least this already gives much more information...