countwords VS adix

Compare countwords vs adix and see what are their differences.

countwords

Playing with counting word frequencies (and performance) in various languages. (by benhoyt)

adix

An Adaptive Index Library for Nim (by c-blake)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
countwords adix
43 4
209 38
- -
5.9 6.9
about 2 years ago 4 days ago
Rust Nim
MIT License ISC License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

countwords

Posts with mentions or reviews of countwords. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-15.

adix

Posts with mentions or reviews of adix. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-11-26.
  • I/O is no longer the bottleneck
    10 projects | news.ycombinator.com | 26 Nov 2022
    Note: Just concatenating the bibles keeps your hash map artificially small...which matters because as you correctly note the big deal is if you can fit the histogram in the L2 cache as noted elsewhere and this really matters if you go parallel where N CPUsL2 caches can speed things up a lot -- until* your histograms blow out CPU-private L2 cache sizes. https://github.com/c-blake/adix/blob/master/tests/wf.nim (or a port to your favorite lang) might make it easy to play with these ideas.
  • A Cost Model for Nim
    11 projects | news.ycombinator.com | 11 Nov 2022
    which is notably logarithmic - not unlike a B-Tree.

    When these expectations are exceeded you can at least detect a DoS attack. If you wait until such are seen, you can activate a "more random" mitigation on the fly at about the same cost as "the next resize/re-org/whatnot".

    All you need to do is instrument your search to track the depth. There is some example such strategy in Nim at https://github.com/c-blake/adix for simple Robin-Hood Linear Probed tables.

  • Performance comparison: counting words in Python, Go, C++, C, Awk, Forth, Rust
    16 projects | news.ycombinator.com | 15 Mar 2021
    Knuth-McIlroy comes up a lot. Previous discussion [1]. For this example I can make a Nim program run almost exactly the same speed as `wc -w`, yet the optimized C program runs 1.2x faster not 3.34x slower - a whopping 4x discrepancy - much bigger than many of the ratios in the table. So, people should be very cautious about conclusions from any of this.

    [1] https://news.ycombinator.com/item?id=24817594

    [2] https://github.com/c-blake/adix/blob/master/tests/wf.nim

What are some alternatives?

When comparing countwords and adix you can also consider the following projects:

CPython - The Python programming language

RAMCloud - **No Longer Maintained** Official RAMCloud repo

coreutils - upstream mirror

wordcount - Counting words in different programming languages.

llfio - P1031 low level file i/o and filesystem library for the C++ standard

KindleClippingsTranslator - Czytacz slowek

parallel-hashmap - A family of header-only, very fast and memory-friendly hashmap and btree containers.

tiny_sqlite - A thin SQLite wrapper for Nim

securitytxt.org - Static website for security.txt.

word_frequency_nim - The word frequency program, written in simple nim.

leocad - A CAD application for creating virtual LEGO models