Our great sponsors
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.
sqlitefs
-
SQLite: 35% Faster Than the Filesystem
> but also presents as a true filesystem.
As does:
https://github.com/guardianproject/libsqlfs
https://github.com/narumatt/sqlitefs
(I know nothing about these, just got them from a quick search)
- Why SQLite may become foundational for digital progress
- Fd: A simple, fast and user-friendly alternative to 'find'
sd
-
Fd: A simple, fast and user-friendly alternative to 'find'
https://github.com/chmin/sd: "sd uses regex syntax that you already know from JavaScript and Python. Forget about dealing with quirks of sed or awk - get productive immediately."
It would be interesting to test the ~1.5GB of JSON the author uses for the benchmark against sed, but there are no details on how many files nor what those files contain.
When trying something relatively small and simple, sd appears to be slower than sed. It also appears to require more memory. Maybe others will have different results.
sh # using dash not bash
What are some alternatives?
bat - A cat(1) clone with wings.
datasette - An open source multi-tool for exploring and publishing data
comdb2 - Bloomberg's distributed RDBMS
sqlitestudio - A free, open source, multi-platform SQLite database manager.
nnn - n³ The unorthodox terminal file manager
sqlite-gui - Lightweight SQLite editor for Windows
frawk - an efficient awk-like language
termdbms - A TUI for viewing and editing database files.
fsql - Search for files using a fun query language
sqlitefs - Simple file system over SQLite
ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
sqlitefs - sqlite as a filesystem for golang apps