Skip to content

Commit

Permalink
small change to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
BazookaMusic committed Apr 10, 2019
1 parent 59207b8 commit 419d168
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[![Go Report Card](https://goreportcard.com/badge/github.com/gerrish/goskiplist)](https://goreportcard.com/report/github.com/gerrish/goskiplist)
[![Build Status](https://travis-ci.org/gerrish/goskiplist.svg?branch=master)](https://travis-ci.org/gerrish/goskiplist)
[![GoDoc](https://godoc.org/github.com/gerrish/goskiplist?status.svg)](https://godoc.org/github.com/gerrish/goskiplist)

This is a thread safe implementation of a generic skiplist in Go. It is a direct implementation of the simple
optimistic lazy Skiplist algorithm from the paper by Maurice Herlihy,Yossi Lev of Brown University & Sun Microsystems Laboratories,Victor Luchangco of Sun Microsystems Laboratories and Nir Shavit of Tel-Aviv University & Sun Microsystems Laboratories.
Expand Down

0 comments on commit 419d168

Please sign in to comment.