Thread: new license-free lock-free data structure library published

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Registered User
    Join Date
    Dec 2009
    Posts
    83

    new license-free lock-free data structure library published

    I'm making a post here to let people know about this library, since I think it may be useful; if such a post is inappropriate or offensive, please let me know!

    liblfds is a portable, license-free, lock-free data structure library, written in C.

    The library has already been ported to a number of platforms (Windows (user-mode and kernel), Linux, IA64, x86, x64, ARM, GCC, MS C compiler, etc).

    Release 5 was published late last night :-)

    Right now there's only a few data structures - the queue and ringbuffer are the most useful - but a *lot* of work has been made into making the library accessable; there's a blog, forum, wiki and bugzilla on the web-site and a metric *ton* of documentation.

    http://www.liblfds.org
    Last edited by Toby Douglass; 12-20-2009 at 07:47 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Tab Controls - API
    By -KEN- in forum Windows Programming
    Replies: 7
    Last Post: 06-02-2002, 09:44 AM
  2. gcc problem
    By bjdea1 in forum Linux Programming
    Replies: 13
    Last Post: 04-29-2002, 06:51 PM
  3. File Database & Data Structure :: C++
    By kuphryn in forum C++ Programming
    Replies: 0
    Last Post: 02-24-2002, 11:47 AM
  4. Serial Communications in C
    By ExDigit in forum Windows Programming
    Replies: 7
    Last Post: 01-09-2002, 10:52 AM
  5. vector static abstract data structure in C?
    By Unregistered in forum C Programming
    Replies: 2
    Last Post: 11-05-2001, 05:02 PM