-
Hi!
This seems like a really nice lib and I've tried to use it for a quite simple expression parser, inspired by [clarkmcc/cel-rust](https://github.com/clarkmcc/cel-rust/blob/master/parser/src/cel.la…
-
Consider this code ([godbolt](https://godbolt.org/z/8on1GdYK9)):
```c
int nibble_to_byte(int nibble, _Bool is_high) {
if (is_high) {
return nibble
-
http://golfscript.com/nibbles/
**Description**
Instructions are 4 bits long in Nibbles (thus the name), so the best scoring method would be by post-compilation bytes like assembly. Until that ha…
-
Certain players (f.e. ffmpeg) use multiplication instead of shifts inside the adpcm decode loop.
f.e.:
sign = nibble & 8; delta = nibble & 7;
diff = ((2 * delta + 1) * step) >> shift;
…
-
Original rust: https://godbolt.org/z/EqTcbvcYv
Renamd ir: https://godbolt.org/z/a4ParGx77
Same codegen if put
` %low_nibble = and i64 %input_byte_ext, 15`
after
`%high_nibble = lshr i64 %input…
-
We're very sloppy about what is a nibble and what is an array of constructed u8 arrays. Consider making this more explicit within the codebase by wrapping nibbles into a newtype.
_Originally posted…
-
From @pipermerriam:
Currently, the `trie` implementation uses a `bytes` type for the sequence of nibbles, with the stated validation rules that each byte may be no larger than 15. This requirement…
-
idk what happened. Just got a new laptop with no GPU, 24 GB of ram, and a Ryzen 5 5500U. Launching Nibbler brought me to this option to take a screenshot of the code. Here it is. Hope this helps
![Sc…
-
-
![nibbles](https://cloud.githubusercontent.com/assets/555390/14092106/7d456848-f53c-11e5-9ee8-6aa975b910ff.png)