Other Applications • Re: Dactyloidae Browser (Basilisk fork)
Pale Moon forum - Forum index [Unofficial]
March 28, 2026
The one thing that jumps out at me that I am not sure I'd want to upstream (at least on Windows) is the override of the system memcpy. I'm pretty sure the memcpy included in MSVC's CRT is probably better than a handwritten version using SSE2...
I checked, and MSVC actually implements memcpy as raw ASM that can take advantage of SSE and AVX where available, meaning it's probably faster than any C or C++ implementation could be.
Granted, I am not an expert on code review here, but that's my naive intuition as a former CompSci student who didn't graduate due to being bad at Calculus, but otherwise got a lot of the other lessons.
Discussion in the ATmosphere