Jan Halsema

Results 2 issues of Jan Halsema

https://github.com/sipeed/Maixduino/blob/master/variants/sipeed_maix_bit/pins_arduino.h This files defines led pins as follows: Green -> 13 Blue -> 12 Red -> 14 Testing this on my board and the according to the Sipeed Maix-BIT Specifications...

I discovered when I was benchmarking some parser code I was working on. As the title states, the current implementation of `std.mem.eql` is very naive: https://github.com/ziglang/zig/blob/bf67a3fdc9efea7126058b21e687c24868bc1268/lib/std/mem.zig#L485-L493 It iterates over slices...

enhancement
optimization
standard library