librapid_legacy
LEGACY LIBRAPID FILES -- VERSION 2 CONTINUED IN "librapid"
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
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
Metadata Files
README.md
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
Star History
Support
Thanks to JetBrains for providing LibRapid with free licenses for their amazing tools!
Owner
- Name: LibRapid
- Login: LibRapid
- Kind: organization
- Email: pencilcaseman@gmail.com
- Website: https://librapid.github.io/librapid/md_librapid__r_e_a_d_m_e.html
- Repositories: 2
- Profile: https://github.com/LibRapid
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