Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 28 million developers.
Sign up- Montréal, Canada
- Sign in to view email
Popular repositories
-
MultiIndex
A Scala Collection for Multiple Access Patterns
-
RedditProject
Calculates the projection of one subreddit onto others, in an intuitive sense of projection.
-
matrix-scala-sdk
A Scala client sdk for www.matrix.org
-
DMap
Type-safe dynamic maps in Scala
Scala 5
-
ScalaJavaIoExtras
Some extra integrations to make using java.io easier from Scala
Scala 3
-
Fring-RedditTheme
Forked from imjustadude90/Fring-RedditTheme
Fring is a reddit theme.
247 contributions in the last year
Contribution activity
August 2018
Created a pull request in scala/scala that received 12 comments
Optimize s.c.i.HashMap builder
This changes the implementing node types for CHAMP Hash Maps to be mutable, so that they can be built up element-by-element while still being contr…
Created an issue in scala/bug that received 7 comments
Inconsistency in naming of methods in SeqViews/IndexedSeqView
In IndexedSeqView
we have the following methods:
def reverse: IndexedSeqView[A]
def reversed: Iterable[A]
def prepended[B >: A](elem: B): Ind…