librapid_legacy

LEGACY LIBRAPID FILES -- VERSION 2 CONTINUED IN "librapid"

https://github.com/librapid/librapid_legacy

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.1%) to scientific vocabulary
Last synced: 4 months ago · JSON representation ·

Repository

LEGACY LIBRAPID FILES -- VERSION 2 CONTINUED IN "librapid"

Basic Info
  • Host: GitHub
  • Owner: LibRapid
  • License: mit
  • Language: C++
  • Default Branch: main
  • Size: 90.7 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 6
  • Releases: 0
Created about 3 years ago · Last pushed almost 3 years ago
Metadata Files
Readme Funding License Citation Security

README.md

PyPI PyPI - License PyPI - Python Version Discord PyPI - Downloads C++ Version


Build (Windows)

Build (Linux)

Build (MacOS)

Wheels

Documentation Status


What is LibRapid?

LibRapid is a high performance Array library, supporting a wide range of optimised calculations which can be performed on the CPU or GPU (via CUDA). All calculations are vectorised with SIMD instructions and are run on multiple threads (if necessary) to make them as fast as possible on any given machine.

There are also a wide range of helper functions and classes to aid the development of your own project.

LibRapid is highly templated, meaning it can conform to exactly your needs with minimal compile-times and even support for custom datatypes.

Current Development Stage

At the current point in time, LibRapid C++ is under rapid development by me (pencilcaseman).

I am currently doing my A-Levels and do not have time to work on the library as much as I would like, so if you or someone you know might be willing to support the development of the library, feel free to create a pull request or chat to us on Discord. Any help is greatly appreciated!

Future Plans

My goal for LibRapid is to develop the C++ interface further, at least initially. At some point I want to add Python and Javascript interfaces (in that order) to increase the range of people who can benefit from the library, but the most important thing is the performance of the underlying C++ code.

External Dependencies

LibRapid has a few external dependencies to improve functionality and performance. Some of these are optional, and can be included with a CMake option. The following is a list of the external dependencies and their purpose:

  • Required
    • fmt - Advanced string formatting
    • scnlib - Advanced string parsing
    • thread-pool - Thread pool for parallel execution
  • Optional
    • OpenMP - Multi-threading library
    • CUDA - GPU computing library
    • mpfr - Arbitrary precision numbers (integer, real, rational)
    • Vc - SIMD library

Star History

Star History Chart

Support

Thanks to JetBrains for providing LibRapid with free licenses for their amazing tools!

JetBrains

Owner

  • Name: LibRapid
  • Login: LibRapid
  • Kind: organization
  • Email: pencilcaseman@gmail.com

An optimised set of libraries for multiple languages.

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use LibRapid in a paper, please consider citing it as below."
authors:
- family-names: "Davis"
  given-names: "Toby"
title: "LibRapid: Optimised Mathematics for C++"
version: 0.5.0
date-released: "2022-08-11"
type: software
url: "https://github.com/LibRapid/librapid"
license: MIT
license-url: "https://github.com/LibRapid/librapid/blob/master/LICENSE.md"
repository-code: "https://github.com/LibRapid/librapid"

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: 9 months ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels