About Anaconda Help Download Anaconda

tlx is a collection of C++ helpers and extensions universally needed, but not found in the STL.

Installers

Info: This package contains files in non-standard labels.
  • linux-64 v0.6.1
  • osx-64 v0.6.1
  • win-64 v0.6.1
  • linux-aarch64 v0.6.1
  • osx-arm64 v0.6.1

conda install

To install this package run one of the following:
conda install conda-forge::libtlx
conda install conda-forge/label/cf202003::libtlx

Description

tlx is a collection of C++ helpers and extensions universally needed, but not found in the STL. The most important design goals and conventions are: (i) high modularity with as little dependencies between modules as possible. (ii) attempt to never break existing interfaces. (iii) compile on all platforms with C++ – smartphones, supercomputers, windows, etc. (iv) zero external dependencies: no additional libraries are required. (v) warning and bug-freeness on all compilers. (vi) keep overhead down – small overall size such that is can be included without bloating applications.


© 2024 Anaconda, Inc. All Rights Reserved. (v4.0.6) Legal | Privacy Policy