Skip to content

Latest commit

 

History

History

1_counting_unicode_character

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

problems

  • Count how many times a unicode characters appear in files in a folder

steps

  • generate unicode files
  • run test with path of samples as command line argument
  • write stdout to a file for viewing

performance

  • With 300 MB samples, the array version took 1.5 second while the map version took 27 seconds.