Matheus Castanho
Matheus Castanho
I've been using mu4e-thread-folding for a few weeks and it is really useful, thanks! However, I'd really like to be able to also fold unread messages in a thread. I...
Hello again, This optimization uses VSX vector (SIMD) instructions to try to match multiple bytes at the same time during the search for the longest match. A vector load +...
Hi, During performance tests, we noticed that slide_hash consumes considerable CPU during compression on Power processors. This PR introduces an optimized version using VSX vector instructions to make it faster....
Hi @madler and zlib community, This is an updated version of @grooverdan 's PR #335. It includes the following changes: - Rebase against develop branch - Use new ifunc infrastructure...
Hi, I wanted to use BPFabric to create a switch capable of performing encapsulation using a custom-made protocol. For this to happen, I would need to add a new protocol...