Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
Readme.txt | 2023-01-22 | 1.7 kB | |
fafnir-kse-1-1-0.zip | 2023-01-22 | 345.4 kB | |
fafnir-kse-1-1-0.jar | 2023-01-22 | 26.3 kB | |
fafnir-kse.jar | 2023-01-22 | 26.3 kB | |
Totals: 4 Items | 399.6 kB | 0 |
Project FAFNIR Fafnir is a basic database file, addressing variable record data through textual names as identifiers, which applies heap organisation of its data space. Fafnir also implements a rudimentary file system (within the file) by discriminating entry types ARCHIVE, LINK and FOLDER. This operation modus is optional. Entries carry most if not all data required by the POSIX file system model. There are no size limits other than the range of a 63-bit integer. Scalability is limited to 1 - 10 Mio. entries due to non-paging internal structures. Fafnir is based on the Moelnir database file. ================================ FAFNIR 1-1-0 as of 22 Jan. 2023 ================================ Reference JVM version: 1.8.0 OpenJDK Available language versions: English License: GNU General Public License (GPL), Version 2, June 1991 Introduction. FILES IN THIS RELEASE: - PROGRAM - The files fafnir-kse.jar, fafnir-kse-1-1-0.jar are identical copies of the Java binary library. Signature files are given with my public key Wolfgang Keller <kse@neolith.chiron.uberspace.de>, fingerprint 180E A4B8 296A 284C 46A5 63F2 F720 DF86 6065 645A. All programs require Java VM 8 or a compatible version to execute. - DEVELOPER PACKAGE - fafnir-kse-1-1-0.zip contains the binaries, the source code, a Javadoc API documentation and all material, including libraries, required to compile the project. - REQUIREMENTS - The software requires packages from the JUtilClasses (sourceforge) project, version 0-8-0 and the package from the Moelnir (sourceforge) project, version 1-1-0. These requirements are included in the developer file.