text
hebrew-time
Our great sponsors
text | hebrew-time | |
---|---|---|
11 | 0 | |
371 | 2 | |
0.0% | - | |
7.8 | 0.0 | |
9 days ago | almost 4 years ago | |
Haskell | Haskell | |
BSD 2-clause "Simplified" License | MIT License |
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.
text
-
[ANN] GHCup-0.1.19.0 released
This is the first release that was executed via the new GitHub CI. Everything went smoothly, except for an unexpected packaging bug on windows due to text-2.0 linking against libstdc++ by default.
-
Limits of possible performance improvements of Haskell/GHC code?
In addition to what's mentioned, the "default" libraries people use are often not the best-performing ones. E.g. Data.Vector.Hashtables is often much faster than Data.HashMap.Strict (which again is typically faster than Data.Map). And we find performance papercuts in common libraries that may simply be due to not enough people optimising for speed.
-
What is the idiomatic way to test "hidden" module functions in a Cabal project
Used by nearly every Haskell project: https://hackage.haskell.org/package/text 60% of the modules are ".Internal".
- Monthly Hask Anything (June 2022)
-
Haskell - Important Libraries
text
-
Switch internal representation to UTF8 by Bodigrim · Pull Request #365 · haskell/text
Here is a representative patch for text: https://github.com/haskell/text/pull/365/commits/37a2157245457a287d638bbceb472fe93b71f224 Hopefully it clarifies why achieving C performance is problematic even if you have enough primitive operations.
-
Monthly Hask Anything (January 2021)
u/snoyberg laments here that a consequence of Text using unpinned memory is that the FFI can't operate directly on it. However, there do appear to be some places where foreign imported functions are called on the underlying unpinned ByteArray# (see how Text.copy calls this).
hebrew-time
We haven't tracked posts mentioning hebrew-time yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
attempt - Concrete data type for handling extensible exceptions as failures.
massiv - Efficient Haskell Arrays featuring Parallel computation
base58string - Bitcoin script compilation, manipulation and decompilation
leetify - Leetify some text!
primitive - This package provides various primitive memory-related operations.
b-tree - Haskell on-disk B* tree implementation
algebraic-classes - Conversions between algebraic classes and F-algebras.
audiovisual - Extensible records, variants, structs, effects, tangles
CTRex - Open records for Haskell
aig - Provides an interface for AIGs and word-level operations on them
text-ansi
text-binary - Binary instances for strict and lazy Text data types