Skip to content

Using Tervel

Neil Moore edited this page Oct 7, 2015 · 4 revisions

This page and its subpages will be dedicated to documenting best practices when using Tervel, the wait-free concurrent data structure framework that OpenMemDB uses internally.

Vector

  • Make sure that pop_back_only() and push_back_only() can not ever be called at the same time in different threads.

    • Reason: (???)

Clone this wiki locally