I like discovering new things. Examples of my findings: security vulnerabilities in Kubernetes, Podman and Singularity. I've also created a SIMD algorithm that efficiently loads and shifts columns into diagonals. Here are the three first iteration steps of the algorithm:
v7 = a a a a a a a a v0 = b b b b b b b b v1 = c c c c c c c c
v6 = v7 = a a a a a a a a v0 = b b b b b b b b
v5 = v6 = v7 = a a a a a a a a
v4 = v5 = v6 =
v3 = a a a a v4 = b b b b v5 = c c c c
v2 = v3 = a a a a v4 = b b b b
v1 = a a v2 = b b v3 = a a c c
v0 = a v1 = a b v2 = a b c
See how the diagonals fall into place.
Pinned Loading
-
diagonalsw
diagonalsw PublicC/C++ implementation of the Smith-Waterman algorithm by using SIMD operations (e.g SSE4.1)
-
slurm-container-cluster
slurm-container-cluster PublicForked from giovtorres/slurm-docker-cluster
Container-based Slurm cluster with support for running on multiple ssh-accessible computers. Currently it is based on podman, systemd, norouter and sshocker (sshfs).
-
compile-time-simd-blend-mask
compile-time-simd-blend-mask PublicCompile-time blend masks that unifies _mm256_blend_epi8, _mm256_blend_epi16, _mm256_blend_epi32
C++
-
osd-spot-viewer
osd-spot-viewer PublicDemonstrating how to use OpenSeadragon to create a viewer for displaying colored circles on top of a high resolution photo. The photo tiles and the circle colors are retrieved from a single data fi…
JavaScript
-
podman-nginx-socket-activation
podman-nginx-socket-activation PublicDemo of how to run socket-activated nginx with Podman. Source IP address is preserved.
-
podman-networking-docs
podman-networking-docs Publicrootless Podman networking documentation with examples
If the problem persists, check the GitHub status page or contact support.