large-records VS superrecord

Compare large-records vs superrecord and see what are their differences.

large-records

Library to support efficient compilation of large records (linear in the number of record fields) (by well-typed)

superrecord

Haskell: Supercharged anonymous records (by agrafix)
Web
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
large-records superrecord
2 2
41 82
- -
5.9 0.0
7 months ago over 1 year ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License BSD 3-clause "New" or "Revised" 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.

large-records

Posts with mentions or reviews of large-records. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-24.
  • New large-records release: now with 100% fewer quotes
    1 project | /r/haskell | 25 Mar 2022
    Good question! I checked, and no, they are currently discarded. I think that's fixable. I've opened a ticked at https://github.com/well-typed/large-records/issues/80 .
  • Haskell ghost knowledge; difficult to access, not written down
    13 projects | /r/haskell | 24 Jan 2021
    Also: maybe you already knew GHC.Generics instances had superlinear compilation time, but betcha you didn't know even normal records themselves had superlinear compilation time. At least I didn't know until Edsko's super-recent investigation (resulting in yet-unreleased https://github.com/well-typed/large-records)

superrecord

Posts with mentions or reviews of superrecord. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-24.
  • Haskell ghost knowledge; difficult to access, not written down
    13 projects | /r/haskell | 24 Jan 2021
    Cool. I added a few features (#30, #31) to superrecord that I needed in order to synthesise the record type from JSON at runtime, so I'd probably have to wait until those are ported to give it a try (unfortunately rather swamped at the moment so can't find the time to port those features myself right now).

What are some alternatives?

When comparing large-records and superrecord you can also consider the following projects:

rust-bindgen - Automatically generates Rust FFI bindings to C (and some C++) libraries.

post-rfc - Blog post previews in need of peer review

rlua - High level Lua bindings to Rust

markdown - Convert Markdown to HTML, with XSS protection

regex-tdfa - Pure Haskell Tagged DFA Backend for "Text.Regex" (regex-base)

reroute - Another Haskell web framework for rapid development

webify - webfont generator - converts ttf to woff, eot and svg

hakyll - A static website compiler library in Haskell

servant - Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more!

scotty - Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository)

req - An HTTP client library