fstcore 0.9.12

This release adds a fallback mechanism for systems that fail the configure script. When systems packages LZ4 or ZSTD are missing and configuration fails, the bundled code is used to build the package.

fstcore 0.9.10

This release adds a configure script to the package that checks for the availability of system packages lz4, zstd and xxhash. When available, these system packages are used instead of compiling code directly from the package sources.

fstcore 0.9.8 (2022-02-04)

This release addresses linking problems occurring on ARM OSX systems due to incorrect configuration of Makevars. With thanks to Prof. Ripley for identifying the problem and offering pointers for the solution.

Library updates

fstcore 0.9.6 (2021-01-05)

With version 0.9.6, the license of fstcore changes from AGPL version 3 to MPL version 2. This allows for less restrictive use of the fstcore package. In particular, closed-source (commercial) solutions can now use fstcore (call it’s API), as was impossible under AGPL (under AGPL, products can only use fstcore if they make the products source code available under AGPL or more restrictive license).

Library updates

Enhancements

fstcore 0.9.4 (2020-05-04)

R package fstcorecontains the R bindings to the C++ fstlib library needed to interface with fst files as well as the LZ4 and ZSTD sources. It was developed as a package separate from the fst package to facilitate independent updates to the fstlib, LZ4 and ZSTD libraries.