shellb VS faf

Compare shellb vs faf and see what are their differences.

shellb

Simple Shell based build tool (by sumeetchhetri)
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
shellb faf
4 1
1 94
- -
5.4 5.2
about 1 year ago about 1 month ago
Shell Rust
Apache License 2.0 GNU Affero General Public License v3.0
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.

shellb

Posts with mentions or reviews of shellb. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-30.
  • A C++ web/application framework I have been building for the last 12yrs
    8 projects | /r/programming | 30 Apr 2023
    Great question, initially I was aware of only plain old makefiles, this was back in 2010, then I came to know about autoconf which was a huge pain, then picked up cmake which was slightly better and stable, then I read about xmake, then meson, then scons and integrated all of them by hand, finally a couple of years ago, I was overwhelmed with the incremental changes to the framework causing build files to change and I was not able to keep up, so wanted something super easy and simple and hence create a simple stupid build tool called shellb. Then was reading about sandboxed builds and started working on bazel I had made a resolution to not write any more build files for any new tools, so integrated the generator within shellb, just last month heard about buck and then buck2 and incorporated buck2 generator within shellb too. So honestly if you ask me, as of today I know most of the tools inside out, and have auto-generated build files for bazel and buck2. Thanks for the interest and the lovely question.
  • A simple shell based build tool for C/C++
    3 projects | /r/programming | 30 Apr 2023
  • Show HN: A simple shell based build tool for C/C++
    1 project | news.ycombinator.com | 29 Apr 2023

faf

Posts with mentions or reviews of faf. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-30.
  • A C++ web/application framework I have been building for the last 12yrs
    8 projects | /r/programming | 30 Apr 2023
    Trust me, these guys are insane and go to really extreme levels and use optimization techniques which are not generally prevalent among the general programming fraternity. for eg, look at pico.v it is awesome and just-js is truly unbelievable, then there is faf, most of them combine low level programming trickery to reach those insane numbers. Also some of the code may not be useful in a production app but they actually extract the juice out of the metal at every instance. Memory optimizations, compiler optimizations, postgresql wire implmentations, rust black magic, these guys are really crazy and passionate.

What are some alternatives?

When comparing shellb and faf you can also consider the following projects:

just - the only javascript runtime to hit no.1 on techempower :fire:

pico.v - extremely fast web server

BUSY - BUSY is a lean, statically typed, cross-platform, easily bootstrappable build system for GCC, CLANG and MSVC inspired by Google GN

litmus - A fast python HTTP server inspired by japronto written in rust.

ffead-cpp - Framework for Enterprise Application Development in c++, HTTP1/HTTP2/HTTP3 compliant, Supports multiple server backends

binserve - A fast production-ready static web server with TLS (HTTPS), routing, hot reloading, caching, templating, and security in a single-binary you can set up with zero code.