Sux data structures 1.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Sux data structures 1.0 (Default branch)
# 1  
Old 04-07-2008
Sux data structures 1.0 (Default branch)

Sux is a set of high-performance implementationsof basic and advanced succinct data structures inC++ and Java.License: GNU Lesser General Public License (LGPL)Changes:
This version presents a large number of new succinct data structures, including monotone minimal perfect hashing, variable-length bit arrays and pointers, and more. The C++ code has been partially updated to reflect a new naming scheme and some optimisations.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Programming

Signalsafe data structures

Hello, I have a signal handler which manipulates a data structure. The data structure's operations aren't atomic. So if two threads/processes are in a critical section at the same time the data structure will be broken. With threads you can avoid this stuff with semaphores etc. However,... (10 Replies)
Discussion started by: littlegnome
10 Replies

2. Shell Programming and Scripting

Perl Data Structures

Here is what i need to do. @data #has all column wise data so say info for col 1 location for all rows would be in this array $array = \@data But i need to create a file which should contain these information in a format for all columns even if i have got no values from some of the index... (0 Replies)
Discussion started by: dinjo_jo
0 Replies

3. Programming

shared memory - userdefined data structures

Hello, I wonder if I can write my userdefined data structures(ex: a list) to a shared memory segment? I know, the shm functions get (void*) parameter so I should be able to read and write a list into the shared memory. may someone inform and clarify me about that, please? (1 Reply)
Discussion started by: xyzt
1 Replies
Login or Register to Ask a Question
ZEITGEIST-DATAHUB(1)					      General Commands Manual					      ZEITGEIST-DATAHUB(1)

NAME
zeitgeist-datahub - passive loggers for Zeitgeist SYNOPSIS
zeitgeist-datahub [OPTION] DESCRIPTION
zeitgeist-datahub is a daemon which centralizes all passive data sources into a single process, and interfaces between said data sources (also known as loggers) and zeitgeist-daemon (with which it communicates via D-Bus). Passive data sources are those which run in the background and look for activities independently to the programs they monitor, whereas Zeitgeist can also work with active data sources which are those in-build into other applications (either natively or through extensions). OPTIONS
The program follows the usual GNU command line syntax, with options starting with two dashes (`--'). A summary of options is included below. Currently there are no options available. SEE ALSO
zeitgeist-daemon BUGS
Please report any bugs on https://bugs.launchpad.net/zeitgeist-datahub. AUTHORS
Please see the AUTHORS file bundled with this application for a complete list of contributors. LICENSE
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as pub- lished by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MER- CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. Zeitgeist May 20, 2009 ZEITGEIST-DATAHUB(1)