Is there any way to solve Advent of Code 2016 day 4 that isn't brute force?

This page summarizes the projects mentioned and recommended in the original post on /r/adventofcode

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
  • aoc2016

    Discontinued Advent of Code 2016 (by ednl)

  • I implemented my own MD5 from the wikipedia description and simplified it because the input is always short and you only need the first x chars of the hash. https://github.com/ednl/aoc2016/blob/main/05.c

  • aoc

    Advent of Code Solutions - https://adventofcode.com/ (by mattbillenstein)

  • I compared this to my python code (https://github.com/mattbillenstein/aoc/blob/main/2016/05/p.py) - running it with pypy3 (3.8.13): 8.5s; your C solution here runs in about 7s (gcc -O3). Python3 (3.10.6) 18.4s. I thought the C code would be much faster.

  • 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.

    InfluxDB logo
  • Code here, it's comparatively messy because of the multithreading. Times are on a ryzen 5600x.

  • CPython

    The Python programming language

  • I'm not sure that's true, looks like they've imported the code from the Hacl lib: https://github.com/python/cpython/tree/main/Modules/_hacl

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Ask HN: Running LLMs Locally

    2 projects | news.ycombinator.com | 15 May 2024
  • GPUsGoBurr: Get up to 2x higher performance by Tuning LLM Inference Deployment

    1 project | news.ycombinator.com | 15 May 2024
  • Show HN: Tarsier – vision for text-only LLM web agents that beats GPT-4o

    8 projects | news.ycombinator.com | 15 May 2024
  • PaliGemma: Open-Source Multimodal Model by Google

    5 projects | news.ycombinator.com | 15 May 2024
  • Project Gameface Launches on Android

    1 project | news.ycombinator.com | 15 May 2024