wordcount
wordcount copied to clipboard
Counting words in different programming languages.
i know that this repo is no longer maintained, so i dont expect this PR to be merged. This is the first zig code I ever wrote, so although it...
the java implementation produces different output: ``` $ cat data/huwiki-latest-pages-meta-current.xml | /usr/bin/time -v cpp/wordcount_clang >out-cpp.txt $ cat data/huwiki-latest-pages-meta-current.xml | /usr/bin/time -v java -Xms2G -Xmx8G -classpath java:java/zah-0.6.jar WordCountOptimized >out-java.txt $ cat...
There is that rule in the README: > - single-thread is preferred but you can add multi-threaded or multicore versions too This reads as if there shall be a singlethreaded...
Due to numerous other engagement I am unable to continue maintaining the project and therefore looking for a new owner. I will try to fix the current issues mostly due...
Replace array with map and other changes
This PR is created as a WIP to solve #52. ## TODO: - [x] `Makefile.template` - [x] Makefiles for: - [x] bash - [x] C - [x] clojure - [X]...
Originally I wanted only one version in each language but simple/vanilla and optimized versions reasonably differ (Java is a prime example of this), so we should support more than one...
This is a proposed new test. The PR is up for discussion. Add test for very long words. The C implementation has a command line parameter for the maximum length...
I am looking at setting up an AWS environment (spun up on demand only) that will run tests in a fast and automated fashion, using my personal Jenkins host to...