dstkdata VS goawk

Compare dstkdata vs goawk and see what are their differences.

dstkdata

The (large) data files needed for the Data Science Toolkit project (by petewarden)

goawk

A POSIX-compliant AWK interpreter written in Go, with CSV support (by benhoyt)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
dstkdata goawk
1 19
219 1,894
- -
10.0 7.2
almost 11 years ago 9 days ago
Go
- MIT 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.

dstkdata

Posts with mentions or reviews of dstkdata. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-11.
  • Show HN: Adding proper CSV support to AWK
    4 projects | news.ycombinator.com | 11 May 2022
    FYI I ran on the worldcities data at https://github.com/petewarden/dstkdata (credit to xsv for choosing that dataset) against https://github.com/BurntSushi/xsv and https://github.com/liquidaty/zsv (full disclosure: I am one of the zsv authors). Here's what I got.

    fastest to slowest: zsv (0.07), xsv (0.16), goawk (0.42), python (~1.6)

    Obviously, does not tell the whole story as this test was limited to "count" and an interpreted language is expected to always be slower compared to a precompiled command, but, it might be relevant to a user deciding what tool to use. Also, might be instructive as to room for improvement in the go code (or possibly the go code could use the c lib)-- I note that even if the goawk command is '{}' the runtime is still about the same.

    full results:

    goawk:

goawk

Posts with mentions or reviews of goawk. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-29.

What are some alternatives?

When comparing dstkdata and goawk you can also consider the following projects:

zsv - zsv+lib: tabular data swiss-army knife CLI + world's fastest (simd) CSV parser

bytehound - A memory profiler for Linux.

xsv - A fast CSV command line toolkit written in Rust.

tsv-utils - eBay's TSV Utilities: Command line tools for large, tabular data files. Filtering, statistics, sampling, joins and more.

awka - Revive awka - Awk to C Compiler

intellij-awk - The missing IntelliJ IDEA language support plugin for AWK

tumblelog - A static tumblelog generator available as both a Perl and Python version

awk - One true awk

bashcc - C compiler written in Bash script

tectonic - A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.

nio - Low Overhead Numerical/Native IO library & tools

qsv - CSVs sliced, diced & analyzed.