AdventOfCode2019 VS saasform

Compare AdventOfCode2019 vs saasform and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
AdventOfCode2019 saasform
1 16
0 271
- -
1.8 0.0
about 3 years ago over 1 year ago
Rust JavaScript
- 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.

AdventOfCode2019

Posts with mentions or reviews of AdventOfCode2019. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-04.
  • Ask HN: What is your current side-project?
    12 projects | news.ycombinator.com | 4 Mar 2021
    I've been (slowly) doing Advent of Code 2019 on an STM32F303 microcontroller. I want all of the problem data to be stored in the binary, with the answers being output on a display. Most of my time so far has been spent on getting the clock working, and compression/decompression. I only have limited space (256KB), and the 20 of last year's problems I solved take up 221KB, so I decided the best course of action would be to store them compressed when possible.

    I did consider just using compression library, but decided against it partly because it would be more interesting to write it myself, but also having a quick look I couldn't find one that could do decompression without needing additional temporary storage. It's not that fancy, just LZW with a multi-stage compression to optimize the dictionary.

    Because of how many of the inputs work, you can often handle it in smaller chunks (e.g. one line at a time, I called them records), so the inputs have a small amount of pre-processing on my PC to split them up into smaller chunks so the entire input doesn't need to be held in RAM at once.

    Of course, not all input data will compress well, some will even "compress" to a larger size, so I've also abstracted over the data storage so that it can handle reading records from compressed or uncompressed inputs.

    I've done 4 days so far, and none of the inputs have compressed. Total runtime is 3.24 seconds (that day 4...).

    Current state can be found here for the morbidly curious: https://github.com/Measter/AdventOfCode2019 Spoilers are in the mcu/src/challenges folder.

saasform

Posts with mentions or reviews of saasform. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-17.

What are some alternatives?

When comparing AdventOfCode2019 and saasform you can also consider the following projects:

openmiko - Open source firmware for Ingenic T20 based devices such as WyzeCam V2, Xiaomi Xiaofang 1S, iSmartAlarm's Spot+ and others.

esper

okta-aws-cli-assume-role - Okta AWS CLI Assume Role Tool

notebook

SuperTokens Community - Open source alternative to Auth0 / Firebase Auth / AWS Cognito

SvelteKit - web development, streamlined

name-needed - 🕹 A one man effort to produce an intuitive and high performance Dwarf Fortress-esque game. Needs a name.

hotwire-rails - Use Hotwire in your Ruby on Rails app

ExtPay - The JavaScript library for ExtensionPay.com — payments for your browser extensions, no server needed.

Tailwind CSS - A utility-first CSS framework for rapid UI development.