-
https://github.com/franvinas/taller1-tp1/blob/5c86accb887b25b72b850cb5a132fc02b24ccf09/common_game_state.c#L35-L36
Hablando de complejidad algorítmica, la función `hangman_contains_letter` tiene un…
-
Some past nom suggestions:
- rust-bakery/nom#653 to use jetscii for `take_while` / `take_until`
- rust-bakery/nom#1248 which is related to `FindSubslice`
The question is what should the API look …
epage updated
4 months ago
-
From a fresh clone on a new Debian Bullseye host:
![image](https://user-images.githubusercontent.com/649131/231746649-c29acb0e-85b8-4f1d-9a5d-e51161ec2a8f.png)
The mentioned manifest is as follo…
-
Start Julia with `export JULIA_CPU_TARGET=generic`, then precompile some package that makes use of `memchr` from ScanByte. I think what happens is that ScanByte chooses instructions matching the CPU, …
-
`UnsafeRawBufferPointer` and `UnsafeMutableRawBufferPointer` perform element-by-element scans in `firstIndex(of: Element)` and `lastIndex(of: Element)`. It appears that these types should be amenable …
-
I notice you are missing some sysclib exports. Here are some compared to the header files of ps2sdk:
```
9 get_ctype_table (non-std)
10 memchr
15 bcmp
18 prnt (non-std)
26 rindex
28 strncat
3…
-
- [x] ~~~make `&str` into a `&&str` on `lifetimes` (to evade fat pointers)~~~ minimize fat pointer
copying
- [x] use `memchr` in `(("a" | "b" | "c") ~ any)*` patterns
- [ ] store input and queue i…
-
Hi, just discovered this lib. Seems like something very useful for storing data on an sd card on a microcontroller. When I try to add this library to a `no_std` binary I get errors with memchr, does i…
-
I was experimenting on doing checks beforehand for HWAsan in some high performance code and I realized that checking beforehand was much slower than software ASan.
That seems to be because while `__a…
-
Build failure:
Details
# cargo build --profile release
cargo build --release
Updating crates.io index
Downloaded aho-corasick v0.7.18
Downloaded toml v0.5.8
Downloaded proc-macr…