• 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: SELECT
CHANGE BRANCH
x
  • No branch selected
  • list_unrolling
  • master
  • 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  
59 optimizations Define Base.in and Base.delete! for SkipList. push 22 Jun 2020 03:17AM UTC kernelmethod travis-ci-com pending completion  
58 optimizations Remove duplicate code. push 21 Jun 2020 09:27AM UTC kernelmethod travis-ci-com pending completion  
57 optimizations Implement insertion into SkipList. push 21 Jun 2020 09:26AM UTC kernelmethod travis-ci-com pending completion  
56 optimizations Define split! for Node. push 21 Jun 2020 08:52AM UTC kernelmethod travis-ci-com pending completion  
55 optimizations Give each Node a maximum capacity. push 21 Jun 2020 08:22AM UTC kernelmethod travis-ci-com pending completion  
54 optimizations Add constructors for SkipList. push 21 Jun 2020 08:10AM UTC kernelmethod 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