Skip to content
This repository was archived by the owner on Oct 16, 2019. It is now read-only.

Commit d5929a5

Browse files
authored
Make scheduler the package of the week
As requested by @lehins. 😄
1 parent e7237f2 commit d5929a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/issues/152.markdown

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ If you are looking to hire a Haskell developer, you should [advertise with us](h
5555
- [A new scheduler library](https://np.reddit.com/r/haskell/comments/b63idy/a_new_scheduler_library/)
5656
- [A terminal UI for Discourse using Brick](https://discourse.haskell.org/t/a-terminal-ui-for-discourse-using-brick/489?u=taylorfausak)
5757
- [Newtype in base to hang generic-deriving instances off of for DerivingVia](https://np.reddit.com/r/haskell/comments/b5rrg6/newtype_in_base_to_hang_genericderiving_instances/)
58+
- [winery: fast, compact and sustainable serialisation library](https://np.reddit.com/r/haskell/comments/b3opft/winery_fast_compact_and_sustainable_serialisation/)
5859
- [Writing a lambda calculus type-checker in Haskell](https://bor0.wordpress.com/2019/03/21/writing-a-lambda-calculus-type-checker-in-haskell/)
5960

6061
## Package of the week
6162

62-
This week's package of the week is [winery](https://hackage.haskell.org/package/winery-1.0.1), a serialization library focusing on performance, compactness and compatibility.
63+
This week's package of the week is [scheduler](https://np.reddit.com/r/haskell/comments/b63idy/a_new_scheduler_library/), a work stealing scheduler, which is very useful for tasks parallelization.
6364

6465
## Call for participation
6566

0 commit comments

Comments
 (0)