Pinned Repositories
aspell-python
Python wrapper for aspell (C extension and python version)
base64-avx512
Code for paper "Base64 encoding and decoding at almost the speed of a memory copy"
base64simd
Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)
pyahocorasick
Python module (C extension and plain python) implementing Aho-Corasick algorithm
simd-search
Sample program for article "SIMD-ized searching in unique constant dictionary" (http://0x80.pl/articles/simd-search.html)
simd-sort
AVX512F and AVX2 versions of quick sort
simd-string
SIMD (SSE) string functions
sse-popcount
SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html
sse4-strstr
SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification
toys
Storage for my snippets, toy programs, etc.
WojciechMula's Repositories
WojciechMula/pyahocorasick
Python module (C extension and plain python) implementing Aho-Corasick algorithm
WojciechMula/sse-popcount
SIMD (SSE) population count --- http://0x80.pl/articles/sse-popcount.html
WojciechMula/toys
Storage for my snippets, toy programs, etc.
WojciechMula/sse4-strstr
SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification
WojciechMula/base64simd
Base64 coding and decoding with SIMD instructions (SSE/AVX2/AVX512F/AVX512BW/AVX512VBMI/ARM Neon)
WojciechMula/aspell-python
Python wrapper for aspell (C extension and python version)
WojciechMula/man-intrinsics
Create man pages from information used by Intel Intrinsics Guide and optionally uops.info
WojciechMula/parsing-int-series
Parse multiple decimal integers separated by arbitrary number of delimiters
WojciechMula/ternary-logic
Support for ternary logic in SSE, XOP, AVX2 and x86 programs
WojciechMula/canvas2svg
Save Tk canvas in SVG
WojciechMula/pyDAWG
Python module (C extension and plain python) implementing DAWG
WojciechMula/ternarylogiccli
CLI utilty to work out proper constants for vpternlogic instruction
WojciechMula/utf16utf8
Conversions between UTF16 and UTF8
WojciechMula/recovercr3
A CLI tool for recovering Canon CR3 photos from memory dumps
WojciechMula/positional-popcount
Fast C functions for the computing the positional popcount.
WojciechMula/sneller
Vectorized SQL for JSON at scale: fast, simple, schemaless
WojciechMula/timetracker
Simple time tracking utility (a command line application)
WojciechMula/Code-used-on-Daniel-Lemire-s-blog
This is a repository for the code posted on my blog
WojciechMula/pictures
WojciechMula/pliterki
Complete plain-ASCII text with Polish diacritic characters
WojciechMula/presentations
WojciechMula/publish
Software to manage a collection of photos
WojciechMula/riscv-pk
RISC-V Proxy Kernel
WojciechMula/shell
Shell & python scripts which help me in everyday life
WojciechMula/simdutf
Unicode routines (UTF8, UTF16): billions of characters per second.
WojciechMula/tikz2png
Convert TikZ pictures into raster graphics
WojciechMula/zstd
Zstandard - Fast real-time compression algorithm
WojciechMula/cmake4vim
Vim plugin for CMake projects
WojciechMula/compress
Optimized Go Compression Packages
WojciechMula/egui
egui: an easy-to-use immediate mode GUI in Rust that runs on both web and native