Skip to content

psygate/fastest-character-counter-in-the-west

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastest-character-counter-in-the-west

The Challange

Count the occurences of the letters A, C, G and T in a string (char array) as quickly as possible. The string consist only of ACGT and is of arbitrary length.

The Code

(Ab)using AVX2 the time can be ~5ms on a i7 or Zen.

Repository Structure

Releases

No releases published

Packages

No packages published