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
SCS2PS(1)						      General Commands Manual							 SCS2PS(1)

NAME
scs2ps - convert IBM SCS printer data into PostScript SYNOPSIS
scs2ps DESCRIPTION
The program converts from an SCS print stream on the standard input, to a PostScript(R) file on the standard output. It is only intended for use with lp5250d. SEE ALSO
lp5250d(1), http://tn5250.sourceforge.net/ COPYRIGHT
scs2ps is copyright 1997 - 2008 Michael Madore. This manpage is copyright 2001 - 2008 Carey Evans. 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 2.1 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, write to the Free Software Foun- dation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA TRADEMARKS
PostScript is a trademark of Adobe Systems Incorporated. AUTHORS
scs2ps was written by Rich Duzenbury, based on scs2ascii written by Michael Madore. This manual page was written by Carey Evans. 30 Aug 2001 SCS2PS(1)