blooddy_crypto VS yq

Compare blooddy_crypto vs yq and see what are their differences.

blooddy_crypto

ActionScript (AS3) library for processing binary data. This library contains MD5, SHA-1, SHA-2 ( SHA-224 ΠΈ SHA-256 ), Base64, CRC32 algorithms, JSON encoder & decoder as well as PNG and JPEG encoders. (by blooddy)

yq

yq is a portable command-line YAML, JSON, XML, CSV, TOML and properties processor (by mikefarah)
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
blooddy_crypto yq
1 66
90 10,840
- -
10.0 9.2
about 2 years ago 7 days ago
ActionScript 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.

blooddy_crypto

Posts with mentions or reviews of blooddy_crypto. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-28.
  • That's a Lot of YAML
    14 projects | news.ycombinator.com | 28 Sep 2023
    I worked for a shop that made Flash games for Symbian phones (i.e. old Nokias). That's a lot more resource-constrained environment than any of iPhone or Android ever were. And it ran fine, if you knew what you were doing.

    When Android just appeared on the market, I worked for a company that was making a video chat Facebook app. It was written in AS3 and one of the main features was to apply various effects to video. We tested it on Android, and it worked fine, even though that's a very memory and CPU intensive app.

    Really, Flash player was not the problem. It couldn't go toe-to-toe with native code, but optimized AS3 code would beat unoptimized native code.

    It was some form of code-golf to write Base64 encoding in AS3 and benchmark it. Usually comparing to the implementation in Flex. When Flash Alchemy came out, I wrote a version of Base64 encoding that beat it something like 100:1. A friend of mine who was known by his forum / Github user name "bloodhound" (here's some of his stuff: https://github.com/blooddy/blooddy_crypto/tree/master/src/by... ) wrote a bunch of encoding / decoding libraries for various formats (he also improved upon my Base64 code). And these were used all over the place for things like image uploads / image generation online. This stuff would beat similar Java libraries for example.

    Not sure if you remember this, but at one point in the past Facebook had a Java applet that they used to manage image uploads to your "albums". Later they replaced it by Flash applet. It didn't work any worse that's for sure.

    ----

    The performance problems were in Adobe AS3 code, not the player. Flex was a very inefficiently written framework. And so were AS components. But if you take AS3 3D engines, even those that were fully on CPU... you had plenty of proper 3D games. Eg. Tanki Online (a Russian game made with Alternativa3D Flash engine) was a huge hit. Even if the phone could handle a fraction of that, you'd still have plenty of room for less complex UI.

yq

Posts with mentions or reviews of yq. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-25.

What are some alternatives?

When comparing blooddy_crypto and yq you can also consider the following projects:

json2jsii - Generates jsii-compatible structs from JSON schemas

yq - Command-line YAML, XML, TOML processor - jq wrapper for YAML/XML/TOML documents

noyaml - A silly emotional rant about the state of devops tooling/the infrastructure sector in 2018. #noyaml.com

jq - Command-line JSON processor [Moved to: https://github.com/jqlang/jq]

cue - The home of the CUE language! Validate and define text-based and dynamic configuration

yaml.nvim - πŸ’ YAML toolkit for Neovim users

honeysql - Turn Clojure data structures into SQL

csvq - SQL-like query language for csv

json5 - JSON5 β€” JSON for Humans

oq - A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.

LIBUCL - Universal configuration library parser

miller - Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON