Icfpc2019 Alternatives

Similar projects and alternatives to icfpc2019

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better icfpc2019 alternative or higher similarity.

icfpc2019 reviews and mentions

Posts with mentions or reviews of icfpc2019. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-12.
  • Advent of Clojure - looking for feedback
    5 projects | /r/Clojure | 12 Jan 2023
    Regarding hashing, custom hash functions even for records (if all fields are longs for example) can help substantially if you are hashing points some notes here. Even then, depending on what you are doing, you may be better off using a primitive numeric representation and a dense collection (e.g. a primitive array) since the mechanical sympathy may be substantial. It is also possible to do well using nested maps (particularly for memoization) when the pieces of a compound key are already trivially hashed. E.g. clojure.core/memoize just defines a varargs wrapper around a function and caches the sequence of args in a map. For earlier reasons, this is a poor strategy for many functions and performance can be substantially improved (e.g. for a 1 or 2 arg function of numbers or keys or strings even) if we defined fixed arity paths that store keys in nested maps instead of hashing complex collections.
  • Making the LinkedIn experimentation engine 20x faster
    4 projects | /r/Clojure | 23 Mar 2021
    There's a worked example of optimizing an ICFPC2019 entry here where the readme goes through a bevy of techniques and observations.

Stats

Basic icfpc2019 repo stats
2
17
0.0
almost 5 years ago

The primary programming language of icfpc2019 is Clojure.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com