haxl
A Haskell library that simplifies access to remote data, such as databases or web-based services. (by facebook)
chaselev-deque
A collection of different packages for CAS based data structures. (by rrnewton)
Our great sponsors
haxl | chaselev-deque | |
---|---|---|
5 | 0 | |
4,101 | 105 | |
0.3% | - | |
5.4 | 0.0 | |
2 months ago | 5 months 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.
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.
haxl
Posts with mentions or reviews of haxl.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-04.
-
11 Companies That Use Haskell in Production
Haxl, a framework for efficient and concise data fetching.
-
I would like a job writing Haskell
You mean, Haxl? [1] But AFAIK only a few devs are involved for the development.
-
Do You Know Where Haskell Is Used?
Probably, the most googled and well-known example of Haskell application in major companies is the Facebook Meta spam filters. Messages containing spam, links to potential malware and phishing attacks are filtered by Sigma, the system that was rewritten in Haskell in 2015. The choice of language was based, among other things, on performance requirements, the need for pure functions and static typing, as well as the possibility of interactive development. The Haxl framework is used under the bonnet, which the company has open-sourced. You can find more details about the development process and technical aspects in the company’s blog post.
-
What are the advantage of Object Oriented languages over Functional languages? Particularly mutability.
Their GitHub still seems pretty active https://github.com/facebook/Haxl
-
An Ideal Data-Model-First Development Approach for the real-world apps
Since you mention Any real-world application uses a database or seventeen in the backend, it's probably worth checking out https://github.com/facebook/Haxl as its goal is to allow you to write high-level queries in Haskell and have the library call out to different datasources as efficiently as possible.
chaselev-deque
Posts with mentions or reviews of chaselev-deque.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning chaselev-deque yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
When comparing haxl and chaselev-deque you can also consider the following projects:
fraxl
streamly - Dataflow programming and declarative concurrency
unagi-streams - Unagi-chan channels for io-streams.
stm-conduit - STM-based channels for conduits.
unagi-chan - A haskell library implementing fast and scalable concurrent queues for x86, with a Chan-like API
cspmchecker - The library FDR3 uses for parsing, type checking and evaluating machine CSP.
restricted-workers - Interactive-diagrams
async - Run IO operations asynchronously and wait for their results
mvc - Model-view-controller
scheduler - A work stealing scheduler
consumers