Lokathor

Results 801 comments of Lokathor

@kvark For the next big version, the crate will become less automatic about reading the XML every time. Instead, I'm just going to automate a majority of the XML reading...

oh that all sounds small enough to do by hand just the once.

Ah, that's more of a debug assert sort of thing. Feel free to change that if it's giving you trouble. A lot of the checks are just because I was...

I wanted to go the opposite direction and have it be no_std, but we could probably put this behind a feature flag if so. I'll let this sit a bit...

I would like to have them, though there are very many and so I doubt that I'll get through much of it on my own. The main thing is that...

It appears that the atoi_test was in the wrong test folder. It requires `ssse3` in addition to `sse2`. This should be fixed by https://github.com/Lokathor/safe_arch/commit/68abef090f871c10e42ef20069ac9b39554fb683.

I'm marking this as "good first issue", but I don't expect people to contribute every single integration test in a single PR. If you'd like to add even one good...

update: yeah the more i do this the more you can see the speed gains within the test suite. it's boring, but certainly a nice to have. I can continue...

This is good progress. I'll just note that we could probably check the lanes for validity using SIMD of course ;3