Pedro Côrte-Real

Results 33 issues of Pedro Côrte-Real

I've implement a simple image processing benchmark in rust to try out several approaches for use in my crates: https://github.com/pedrocr/rustc-math-bench `faster` looks very interesting so I was trying to add...

I'm trying to use serde to make it easier to serialize a file metadata struct to disk. It would be nice if the `FileType` enum implemented `Serialize/Deserialize`. This can probably...

enhancement

`imagepipe` is not particularly well documented. It would be good to have a simple set of instructions for: 1. How to use the basic pipeline just to output a JPG...

good first issue

Apparently BLAKE2 includes parallel versions of the two hash functions to take advantage of multi-core: https://github.com/BLAKE2/BLAKE2/blob/master/sse/blake2sp.c It would be nice to have these to be able to take advantage of...

enhancement
help wanted

Would 3x4 and 4x3 matrix support (including pseudo invert between them) make sense as an addition to this library? I'm working on a raw loading library that uses those sizes...

I configured a VPN using Ubuntu 19.10 and network-manager-l2tp 1.2.10. After struggling with enabling the correct phase1 and phase2 settings I now get a connection. That connection gets torn down...

I have a 340k email database that gmvault has synced without too much issue. Now I'm trying to restore it to another email and when I launch that I seem...

I'm making gmvault run every day with cron and want to issue an email when the backup run didn't succeed. Unfortunately it doesn't seem to set a non-zero exit status...

bugs
v2.0
v1.9.2

When fuzzing rawloader I'm getting these warnings on startup: ``` [!] WARNING: Instrumentation output varies across runs. ``` and when running the fuzzer stability is around 68% which is extremely...

x86_64 has a bunch of possible features but these appear usually together in shipped CPUs. So for convenience consider adding something like this: https://www.phoronix.com/scan.php?page=news_item&px=LLVM-Clang-12-Microarch-Levels Where the levels are: - **x86-64**:...

enhancement