texlive-batch-installation VS goawk

Compare texlive-batch-installation vs goawk and see what are their differences.

texlive-batch-installation

Python Script for texlive batch installation (by maxnoe)

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
texlive-batch-installation goawk
1 19
5 1,890
- -
5.9 7.2
19 days ago 20 days ago
Python Go
MIT License 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.

texlive-batch-installation

Posts with mentions or reviews of texlive-batch-installation. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-20.
  • Brian Kernighan adds Unicode support to Awk (May, 2022)
    13 projects | news.ycombinator.com | 20 Aug 2022
    The Problem is that TeXLive still defaults to doing a full install.

    A full install means installing ~4000 packages, including their source files (tens of thousands of tex files) and built documentation (thousands of PDF files) and hundreds of free fonts (otfs, ttfs, texs own format).

    This is huge (>7GB, not just the 5 GB claimed here).

    However, you don't need 99 % of this for any given document.

    Not installing the source files and documentation PDFs will alone reduce the size by roughly half.

    Only installing the packages you really need from a minimal installation gives you a few hundred megabytes at most for even complex documents.

    It's a bit annoying to get the list of packages needed though, since there is not really any working dependency management.

    I wrote a python wrapper around the tex live installer [1] to make this easy for CI jobs, see e.g. [2].

    On a side note: I'd recommend luatex over xetex.

    - [1] https://github.com/maxnoe/texlive-batch-installation/

    - [2] https://github.com/pep-dortmund/toolbox-workshop/blob/8b00f0...

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 texlive-batch-installation and goawk you can also consider the following projects:

toolbox-workshop - Materialien zum PeP et al. Toolbox-Workshop

bytehound - A memory profiler for Linux.

regex - An implementation of regular expressions for Rust. This implementation uses finite automata and guarantees linear time matching on all inputs.

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

awk - One true awk

awka - Revive awka - Awk to C Compiler

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

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

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

bashcc - C compiler written in Bash script