Results 32 issues of bryc

When first using this library I used a plain array as input: `XXH.h64(Array(256).fill(0), 0).toString(16)`, which appeared to work fine. But it appears that only `ArrayBuffer` and strings are supported, which...

## Description RetroArch will close itself without an error or crash message when attempting to save while playing Spyro 3 if using Lightrec Interpreter or Recompiler. Issue does not occur...

I noticed something alarming when generating hashes for keys under 16 bytes using the x86_128 MurmurHash3 function that uses 32-bit operations. `h2`, `h3` and `h4` have collisions at a 100%...

The [MurmurHash64B function of MurmurHash2](https://github.com/aappleby/smhasher/blob/master/src/MurmurHash2.cpp#L142) specifies a 64-bit seed like so: ```c uint64_t MurmurHash64B ( const void * key, int len, uint64_t seed ) ``` Then proceeds to shift the...

The readme doesn't explain how to use/compile this. I am not intimately familiar with compilers, only know how to compile with MinGW using one or more files like so: `g++...

randomColor({hue: 'random',luminosity: 'random',count: 54}); More of a pet peeve than an severe issue: On the demo page, you have the above code for _Truly Random_ colors, but it produces dark...

bug

Consider the following code: ```asm jmp main main: nop mvi d, 0 ; use d for sum lxi b, data ; data pointer location jmp loop loop: ldax b ;...

bug
assembler

OK hopefully here is better place to discuss (coming from https://github.com/jpcima/ADLplug/issues/47), Re: > It's also dependent how big difference between OPN and OPM, so, bank editor can be based on...

enhancement

libdragon currently overwrites the first 256 bytes of a mempak using Mupen64's template data. Many emulators use unique templates for the initialized data of an emulated .MPK file, and Project64/cen64/mupen64plus...

fixed-in-preview

What steps will reproduce the problem? 1. Talk for a while, build up a long chat history without closing the program. What is the expected result? CPU usage and lag...

type: performance 🐌
comp: message-list