Skip to content
  • This is the C, Java and Python version of the "Count 'N'-s in a large array of A-Z chars excercise.

    • C version is not especially fast when compiled with default options, but with -O3 it is quite impressive!
    • Java performance is reasonable
    • Python sucks, but for such big arrays NumPy is recommended
    Edited by Bakay Árpád
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment