Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libkyotocabinet16 | Distribution: SUSE Linux Enterprise 15 |
Version: 1.2.77 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: 4.3.1 | Build date: Fri Apr 23 09:35:36 2021 |
Group: System/Libraries | Build host: s390zp37 |
Size: 1004911 | Source RPM: kyotocabinet-1.2.77-4.3.1.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://fallabs.com/kyotocabinet/ | |
Summary: Modern Implementation of DBM - Shared Library |
Kyoto Cabinet is a library of routines for managing a database. The database is a simple data file containing records, each is a pair of a key and a value. Every key and value is serial bytes with variable length. Both binary data and character string can be used as a key and a value. Each key must be unique within a database. There is neither concept of data tables nor data types. Records are organized in hash table or B+ tree. Kyoto Cabinet runs very fast. For example, elapsed time to store one million records is 0.9 seconds for hash database, and 1.1 seconds for B+ tree database. Moreover, the size of database is very small. For example, overhead for a record is 16 bytes for hash database, and 4 bytes for B+ tree database. Furthermore, scalability of Kyoto Cabinet is great. The database size can be up to 8EB (9.22e18 bytes). Kyoto Cabinet is written in the C++ language, and provided as API of C++, C, Java, Python, Ruby, Perl, and Lua. Kyoto Cabinet is available on platforms which have API conforming to C++03 with the TR1 library extensions. Kyoto Cabinet is a free software licensed under the GNU General Public License. On the other hand, a commercial license is also provided. If you use Kyoto Cabinet within a proprietary software, the commercial license is required.
SUSE-GPL-3.0-with-FLOSS-exception
* Wed Apr 21 2021 werner@suse.de - Add yet an other patch kyotocabinet-pie.patch * link all executables as pie (bsc#1185033) * Thu Mar 12 2020 mpluskal@suse.com - Update to version 1.2.77: * kcthread.cc (CondVar::wait): a bug on Win32 was fixed. * kcdbext.h (IndexDB::set, IndexDB::replace): a bug of updating existing records was fixed. * kcdb.h (DB::check): new function. - Drop no longer needed gcc6-fix-errors.patch - Modernise spec file * Wed Jan 03 2018 dimstar@opensuse.org - Add baselibs.conf: Produce libkyotocabinet16-32bit, dependency to libpinyin13-32bit. * Tue May 09 2017 werner@suse.de - boo#1037914: Do not optimize for native cpu of the build system! * Tue Apr 04 2017 crrodriguez@opensuse.org - kyotocabinet-fix-debuginfo.patch: Fix debuginfo generation - gcc6-fix-errors.patch: return NULL instead, make GCC7 happy * Wed May 25 2016 martin.liska@suse.com - Add gcc6-fix-errors.patch to remove errors seen by GCC6. * Fri Jan 04 2013 jengelh@inai.de - Avoid explicit requires on library packages * Thu Dec 27 2012 dvaleev@suse.com - fix up configure test to handle lack of 8 byte atomics correctly (configure-8-byte-atomics.patch) * Sat Aug 11 2012 jengelh@inai.de - Replace %makeinstall by make install; the former seldomly works - kyoto requires at least i586 an arch; force it on RH6 (which defaults to i386) * Tue Jul 31 2012 cfarrell@suse.com - license update: SUSE-GPL-3.0-with-FLOSS-exception Package allows exceptions for linking with components under certain licenses (similar to MySQL)
/usr/lib64/libkyotocabinet.so.16 /usr/lib64/libkyotocabinet.so.16.13.0 /usr/share/doc/packages/libkyotocabinet16 /usr/share/doc/packages/libkyotocabinet16/ChangeLog /usr/share/licenses/libkyotocabinet16 /usr/share/licenses/libkyotocabinet16/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Jul 9 14:06:45 2024