Wojciech Muła

Results 19 repositories owned by Wojciech Muła

aspell-python

79
Stars
20
Forks
Watchers

Python wrapper for aspell (C extension and python version)

base64-avx512

196
Stars
7
Forks
Watchers

Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"

base64simd

150
Stars
13
Forks
Watchers

Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)

cleanup-headers

27
Stars
4
Forks
Watchers

Remove unnecessary includes from C/C++ source files

interview-questions

26
Stars
4
Forks
Watchers

A list of question to a prospective employer

man-intrinsics

38
Stars
5
Forks
Watchers

Create man pages from information used by Intel Intrinsics Guide and optionally uops.info

sse-popcount

313
Stars
48
Forks
Watchers

SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html

toys

311
Stars
37
Forks
Watchers

Storage for my snippets, toy programs, etc.

sse4-strstr

230
Stars
27
Forks
Watchers

SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification

pyahocorasick

900
Stars
120
Forks
Watchers

Python module (C extension and plain python) implementing Aho-Corasick algorithm