argo-navis VS vast

Compare argo-navis vs vast and see what are their differences.

argo-navis

Argo Navis repository for research, docs and misc items (by star-formation)

vast

VAST is an experimental compiler pipeline designed for program analysis of C and C++. It provides a tower of IRs as MLIR dialects to choose the best fit representations for a program analysis or further program abstraction. (by trailofbits)
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
argo-navis vast
1 2
2 344
- 4.1%
0.0 9.9
over 4 years ago 7 days ago
C++
GNU Affero General Public License v3.0 Apache License 2.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.

argo-navis

Posts with mentions or reviews of argo-navis. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-01.
  • Ask HN: Who is hiring? (September 2021)
    30 projects | news.ycombinator.com | 1 Sep 2021
    argonavis.io | Lead Software Engineer | NYC | Full-time or Part-time

    Do you like space exploration, modular SSTO spaceplanes and player-driven economies?

    Argo Navis is an early stage, deep tech game project based in NYC.

    We're looking for a part-time to full-time lead software engineer that can potentially continue as co-founder. Compensation is heavy on equity but we have funding for market rate cash pay. The role can be partially remote.

    We're working on a new multiplayer space-based sandbox game. Our current focus is physics simulation, procedural generation and resource-based economics. Two major influences are Kerbal Space Program and Eve Online.

    The game engine, server and client code are all in an embarrassingly early stage. The plan is to flesh these out with prototype implementations of spatial reference frames, Orbital / Newtonian mechanics and collision detection / resolution. All game states and state transitions will be wrapped in a cryptographic layer to support verification of the current game world, its history and replays of partial world states. Deterministic randomness (not a contradiction; see BLS crypto) will drive the procedural world generation. Players interact with the server exclusively through secure cryptographic signatures - enabling the game and all its interaction to form a secure protocol. But don't worry, we're not building a blockchain nor shilling any tokens :)

    The project is radically open: all server and client code is open source and all digital / sound assets are open and free to use. Drafts of first principles, source code:

    https://github.com/star-formation/argo-navis/blob/master/doc...

vast

Posts with mentions or reviews of vast. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-23.
  • Print(“lol”) doubled the speed of my Go function
    2 projects | news.ycombinator.com | 23 Aug 2023
    Most languages target C or LLVM, and C and LLVM have a fundamentally lossy compilation processes.

    To get around this, you'd need a hodge podge of pre compiler directives, or take a completely different approach.

    I found a cool project that uses a "Tower of IRs" that can restablish source to binary provenance, which, seems to me, to be on the right track:

    https://github.com/trailofbits/vast

    I'd definitely like to see the compilation processes be more transparent and easy to work with.

  • Compilers and IRS: LLVM IR, SPIR-V, and MLIR
    2 projects | news.ycombinator.com | 29 Oct 2022
    At Trail of Bits, we are creating a new compiler front/middle end for Clang called VAST [1]. It consumes Clang ASTs and creates a high-level, information-rich MLIR dialect. Then, we progressively lower it through various other dialects, eventually down to the LLVM dialect in MLIR, which can be translated directly to MLIR.

    Our goals with this pipeline are to enable static analyses that can choose the right abstraction level(s) for their goals, and using provenance, cross abstraction levels to relate results back to source code.

    Neither Clang ASTs nor LLVM IR alone meet our needs for static analysis. Clang ASTs are too verbose and lack explicit representations for implicit behaviours in C++. LLVM IR isn't really "one IR," it's a two IRs (LLVM proper, and metadata), where LLVM proper is an unspecified family of dialects (-O0, -O1, -O2, -O3, then all the arch-specific stuff). LLVM IR also isn't easy to relate to source, even in the presence of maximal debug information. The Clang codegen process does ABI-specific lowering takes high-level types/values and transforms them to be more amenable to storing in target-cpu locations (e.g. registers). This actively works against relating information across levels; something that we want to solve with intermediate MLIR dialects.

    Beyond our static analysis goals, I think an MLIR-based setup will be a key enabler of library-aware compiler optimizations. Right now, library-aware optimizations are challenging because Clang ASTs are hard to mutate, and by the time things are in LLVM IR, the abstraction boundaries provided by libraries are broken down by optimizations (e.g. inlining, specialization, folding), forcing optimization passes to reckon with the mechanics of how libraries are implemented.

    We're very excited about MLIR, and we're pushing full steam ahead with VAST. MLIR is a technology that we can use to fix a lot of issues in Clang/LLVM that hinder really good static analysis.

    [1] https://github.com/trailofbits/vast

What are some alternatives?

When comparing argo-navis and vast you can also consider the following projects:

dbt-core - dbt enables data analysts and engineers to transform their data using the same practices that software engineers use to build applications.

clangir - A new (MLIR based) high-level IR for clang.

k0s - k0s - The Zero Friction Kubernetes

psychec - A compiler frontend for the C programming language

n8n - Free and source-available fair-code licensed workflow automation tool. Easily automate tasks across different services.

GrayC - GrayC: Greybox Fuzzing of Compilers and Analysers for C

Grafana - The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.

thorin2 - The Higher ORder INtermediate representation - next gen

cost-model - Cross-cloud cost allocation models for Kubernetes workloads [Moved to: https://github.com/kubecost/opencost]

dfir-orc - Forensics artefact collection tool for systems running Microsoft Windows

tenzir - Open source security data pipelines.

FFMpeg-Online - This repository catalogs a list of FFMpeg commands for different situations. By https://hotpot.ai.