• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

kernelmethod / Skiplists.jl
92%

Build:
DEFAULT BRANCH: master
Repo Added 27 May 2020 07:30AM UTC
Files 4
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • list_unrolling
  • optimizations
  • skiplist_set
  • v0.1.0

pending completion
63

push

travis-ci-com

kernelmethod
Modifications to node capacity and the SkipList struct.

- Default node capacity is now 256 instead of 32.
- The non-concurrent SkipList struct now includes two pre-allocated
  buffers for storing the predecessor and successor nodes found while
  running the find_node routine.

221 of 239 relevant lines covered (92.47%)

51465.66 hits per line

Relevant lines Covered
Build:
Build:
239 RELEVANT LINES 221 COVERED LINES
51465.66 HITS PER LINE
Source Files on master
  • Tree
  • List 4
  • Changed 3
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
63 master Modifications to node capacity and the SkipList struct. - Default node capacity is now 256 instead of 32. - The non-concurrent SkipList struct now includes two pre-allocated buffers for storing the predecessor and successor nodes found while ... push 22 Jun 2020 08:37AM UTC kernelmethod travis-ci-com pending completion  
62 master Stop using a closure in find_node for SkipList to roughly halve insertion time. push 22 Jun 2020 03:55AM UTC kernelmethod travis-ci-com pending completion  
61 master Modify the documentation to obey the SkipLists module's new name. push 22 Jun 2020 03:32AM UTC kernelmethod travis-ci-com pending completion  
60 master Add non-concurrent skip list Define a non-concurrent skip list data structure that is optimized for situations in which we don't really need the skip list to be concurrency-safe. push 22 Jun 2020 03:19AM UTC kernelmethod travis-ci-com pending completion  
46 master Stop assuming that sentinel nodes are immutable for locking purposes. push 07 Jun 2020 07:17PM UTC kernelmethod travis-ci-com pending completion  
42 master Add a script to plot the time required to insert a new element into the Skiplist. push 07 Jun 2020 06:54PM UTC kernelmethod travis-ci-com pending completion  
39 master Push parent directory onto the LOAD_PATH when running the Skiplist generation profiling script to ensure that we can find the Skiplists module. push 07 Jun 2020 09:53AM UTC kernelmethod travis-ci-com pending completion  
37 master Add a profiling script for generating new Skiplists. push 07 Jun 2020 09:35AM UTC kernelmethod travis-ci-com pending completion  
35 master Add initial benchmarking scripts. push 07 Jun 2020 08:48AM UTC kernelmethod travis-ci-com pending completion  
30 master Merge pull request #5 from kernelmethod/skiplist_set Add SkiplistSet implementation push 06 Jun 2020 10:00PM UTC web-flow travis-ci-com pending completion  
See All Builds (69)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc