Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ul> <li><p><a href="http://bplusdotnet.sourceforge.net/" rel="noreferrer"><strong>bplustreedotnet</strong></a></p> <p>The bplusdotnet package is a library of cross compatible data structure implementations in C#, java, and Python which are useful for applications which need to store and retrieve persistent information. The bplusdotnet data structures make it easy to <strong>store string keys associated with values permanently</strong>.</p></li> <li><p><a href="http://www.codeplex.com/ManagedEsent" rel="noreferrer"><strong>ESENT Managed Interface</strong></a></p> <p><em>Not 100% managed code but it's worth mentioning it as unmanaged library itself is already part of every windows XP/2003/Vista/7 box</em></p> <p>ESENT is an embeddable database storage engine (ISAM) which is part of Windows. It provides reliable, transacted, concurrent, high-performance data storage with row-level locking, write-ahead logging and snapshot isolation. This is a managed wrapper for the ESENT Win32 API.</p></li> <li><p><a href="https://github.com/github/Akavache" rel="noreferrer"><strong>Akavache</strong></a></p> <p>*Akavache is an asynchronous, persistent key-value cache created for writing native desktop and mobile applications in C#. Think of it like memcached for desktop apps.</p></li> </ul> <p><strike> - <a href="http://www.itu.dk/research/c5/" rel="noreferrer"><strong>The C5 Generic Collection Library</strong></a></p> <p>C5 provides functionality and data structures not provided by the standard .Net <code>System.Collections.Generic</code> namespace, such as <strong>persistent tree data structures</strong>, heap based priority queues, hash indexed array lists and linked lists, and events on collection changes. </strike></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload