Skip to content

SWC-DB version 0.5.3

Compare
Choose a tag to compare
@kashirin-alex kashirin-alex released this 19 Jun 15:45
· 422 commits to master since this release

SWC-DB version 0.5.3 - CHANGELOG

The release includes:

  • Debug, Standard, Optimized builds and Install-Pack, the Binaries built with GCC-10.3 and based on GLIBC 2.27
  • Debian Package for Ubuntu 20.04.2 LTS (amd64)
  • Separate packages on scope/component for Archlinux on AUR keyword=swcdb
  • Python package pip install swcdb
  • Java package on Maven Central Repository

builds configuration differences:

    # swcdb-0.5.3.amd64 
    cmake ../swc-db -DO_LEVEL=3 -DSWC_IMPL_SOURCE=OFF -DCMAKE_BUILD_TYPE=Release

    # swcdb-0.5.3.optimized.amd64 
    cmake ../swc-db -DO_LEVEL=6 -DSWC_IMPL_SOURCE=ON -DSWC_BUILTIN_FS=local,broker -DCMAKE_BUILD_TYPE=Release

    # swcdb-0.5.3.debug.amd64
    cmake ../swc-db -DO_LEVEL=1 -DSWC_IMPL_SOURCE=OFF -DCMAKE_BUILD_TYPE=Debug

    # swcdb-0.5.3.Ubuntu_20_04_2_LTS.amd64.deb
    cmake ../swc-db -DO_LEVEL=3 -DSWC_IMPL_SOURCE=OFF -DCMAKE_BUILD_TYPE=Release

The Release Highlights:

  • Performance Improvement by overall +20%

Guide for INSTALLING & RUNNING :