Skip to content

Commit 82982cd

Browse files
committed
Adds the Git Internals with Haskell video.
1 parent d433204 commit 82982cd

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

_data/videos.json

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"talks": [
3+
{
4+
"title": "Git Internals with Haskell",
5+
"abstract": "Implementing a git library in Haskell is a great way of learning both at the same time. This talk will go over some of Haskell's strengths and weaknesses for this domain, and some of the concepts learned along the way that improved the development of this library.",
6+
"bio": "",
7+
"talk_date": "2016-09-28 19:00:00",
8+
"meetup_url": "https://www.meetup.com/NY-Haskell/events/234305073/",
9+
"youtubeId": "wsNnP3we_R4",
10+
"slides_url": "https://github.com/vaibhavsagar/duffer/blob/master/presentation/presentation.md",
11+
"speaker": {
12+
"name": "Vaibhav Sagar",
13+
"github": "https://github.com/vaibhavsagar",
14+
"twitter": "https://twitter.com/vsagar2109"
15+
},
16+
"modal": "git-internals-with-haskell"
17+
},
318
{
419
"title": "The Design and Implementation of a Concurrent Bloom Filter",
520
"abstract": "This talk will walk through design decisions and implementation details of a new fast, concurrent bloom filter for haskell called \"unagi-bloomfilter\". Some of the topics covered will be&#58;<br>&#176; Bloom filters and variations<br>&#176; concurrent algorithm basics, including atomic operations and the concept of linearizability<br>&#176; techniques and pitfalls in translating an equation to code<br> the design and motivation for \"hashabler\", a hashing library designed to support \"unagi-bloomfilteri\"<br> &#176; A trick for translating stateful numeric C into haskell",

0 commit comments

Comments
 (0)