Skip to content
View eriksjolund's full-sized avatar
Block or Report

Block or report eriksjolund

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
eriksjolund/README.md

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

  1. diagonalsw diagonalsw Public

    C/C++ implementation of the Smith-Waterman algorithm by using SIMD operations (e.g SSE4.1)

    C 23 2

  2. compile-time-simd-blend-mask compile-time-simd-blend-mask Public

    Compile-time blend masks that unifies _mm256_blend_epi8, _mm256_blend_epi16, _mm256_blend_epi32

    C++

  3. slurm-container-cluster slurm-container-cluster Public

    Forked 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).

    Shell 18 3

  4. osd-spot-viewer osd-spot-viewer Public

    Demonstrating 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

  5. podman-nginx-socket-activation podman-nginx-socket-activation Public

    Demo of how to run socket-activated nginx with Podman

    19 3

  6. podman-networking-docs podman-networking-docs Public

    rootless Podman networking documentation with examples

    22