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

kernelmethod / Skiplists.jl / 63

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   set done
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   set done
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   set done
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   set done
59 optimizations Define Base.in and Base.delete! for SkipList. push 22 Jun 2020 03:17AM UTC kernelmethod travis-ci-com pending completion   set done
58 optimizations Remove duplicate code. push 21 Jun 2020 09:27AM UTC kernelmethod travis-ci-com pending completion   set done
57 optimizations Implement insertion into SkipList. push 21 Jun 2020 09:26AM UTC kernelmethod travis-ci-com pending completion   set done
56 optimizations Define split! for Node. push 21 Jun 2020 08:52AM UTC kernelmethod travis-ci-com pending completion   set done
55 optimizations Give each Node a maximum capacity. push 21 Jun 2020 08:22AM UTC kernelmethod travis-ci-com pending completion   set done
54 optimizations Add constructors for SkipList. push 21 Jun 2020 08:10AM UTC kernelmethod travis-ci-com pending completion   set done
53 optimizations Change type assertions to use '::' instead of ' :: '. push 21 Jun 2020 07:24AM UTC kernelmethod travis-ci-com pending completion   set done
52 optimizations Define external API for Node. push 08 Jun 2020 08:40AM UTC kernelmethod travis-ci-com pending completion   set done
51 optimizations Define shared API for Node and ConcurrentNode. push 08 Jun 2020 07:25AM UTC kernelmethod travis-ci-com pending completion   set done
50 optimizations Fix concurrency bug in find_node (extension of bugfix in 019438463). push 08 Jun 2020 07:20AM UTC kernelmethod travis-ci-com pending completion   set done
49 optimizations Split typedefs in core.jl into separate files, and other changes. - Typedefs for skip lists are now in src/list.jl. - Typedefs for nodes are now in src/node.jl. - Add a ConcurrentLeftSentinel and ConcurrentRightSentinel abstract type. - Fix a c... push 08 Jun 2020 07:19AM UTC kernelmethod travis-ci-com pending completion   set done
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • Next →
  • Back to Repo
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