Sux data structures 1.0.1 (Default branch)


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

Sux is a set of high-performance implementations of basic and advanced succinct data structures in C++ and Java. License: GNU Lesser General Public License (LGPL) Changes:
This release provides a new monotone minimal perfect hash function that uses log log l bits per string, where l is the string length in bits.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
GENREFLEX-ROOTCINT(1)					      General Commands Manual					     GENREFLEX-ROOTCINT(1)

NAME
genreflex-rootcint - ROOT Dictionary generator using REFLEX/GCCXML SYNOPSIS
rootcint header_file[+][-][!] ... [LinkDef.h] > dict_file rootcint [-f] dict_file [-c] header_file[+][-][!] ... [LinkDef.h] DESCRIPTION
genreflex-rootcint is called by rootcint(1) if the option -gccxml is specified, and gccxml(1) is found. SEE ALSO
rootcint(1), gccxml(1), root(1), cint(1) rootcint is documented fully on the ROOT web site. <http://root.cern.ch/root/RootCintMan.html> ORIGINAL AUTHORS
The ROOT team (see web page above): Rene Brun and Fons Rademakers COPYRIGHT
This library 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 2.1 of the License, or (at your option) any later version. This library 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 library; if not, write to the Free Software Foun- dation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA AUTHOR
This manual page was written by Christian Holm Christensen <cholm@nbi.dk>, for the Debian GNU/Linux system (but may be used by others). ROOT
Version 5 GENREFLEX-ROOTCINT(1)