infernal_js VS trusearch

Compare infernal_js vs trusearch and see what are their differences.

infernal_js

Infernal Runner CPC (HTML5) (by cyxx)

trusearch

Perform advanced search on unofficial rutracker.org (ex torrents.ru) XML database (by Snawoot)
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
infernal_js trusearch
4 1
5 5
- -
0.0 5.4
about 4 years ago almost 3 years ago
Assembly 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.

infernal_js

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

trusearch

Posts with mentions or reviews of trusearch. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-06.
  • Roll Your Own Minilanguages with Mini-Interpreters (1989)
    2 projects | news.ycombinator.com | 6 Jul 2021
    These days you can benefit from minilanguages without actually implementing them. It is surprisingly easy to embed JS or Lua into your program.

    Recently I was looking for Linux games at some Russian torrent site which match my taste. Search engine on it is not particularly good, it allows search only on torrent title. While each torrent description contains genre, year and a lot of other info which is pretty suitable for machine interpretation.

    So I found XML dump of tracker database (about 22 GB) with torrent descriptions and built tool which allows to process torrent records with an arbitrary JS script to filter records. Like AWK, but suited for specific XML input and scripted with JS.

    This way I could filter games based on year, genre and gaming engine. JS engine I used is implemented in pure Go, so it doesn't introduced additional runtime dependencies. With such approach it's easy to write any search query, aggregation and so on.

    BTW, here is the project link: https://github.com/Snawoot/trusearch

What are some alternatives?

When comparing infernal_js and trusearch you can also consider the following projects:

a5k - Another World on a chip

clickhouse-backup - Tool for easy ClickHouse backup and restore using object storage for backup files.

Silice - Silice is an easy-to-learn, powerful hardware description language, that simplifies designing hardware algorithms with parallelism and pipelines.

goroutine-inspect - An interactive tool to analyze Golang goroutine dump.

rawpsx - adaptation/port of https://github.com/cyxx/rawgl (Another World) for the PlayStation using PSn00bSDK

slackdump - Save or export your private and public Slack messages, threads, files, and users locally without admin privileges.

aw64 - nintendo 64 port of https://github.com/fabiensanglard/Another-World-Bytecode-Interpreter/

onedump - Database dump with one command and configuration.

rawgl - Another World/Out of This World engine reimplementation (SDL, OpenGL)

xj2go - Convert xml and json to go struct