https://github.com/oschulz/adaptablefunctions.jl
Julia package that defines an input-specific function specialization/optimization API
https://github.com/oschulz/adaptablefunctions.jl
Last synced: 3 months ago
JSON representation
Julia package that defines an input-specific function specialization/optimization API
- Host: GitHub
- URL: https://github.com/oschulz/adaptablefunctions.jl
- Owner: oschulz
- License: other
- Created: 2023-04-30T15:47:08.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-06T01:48:21.000Z (about 2 years ago)
- Last Synced: 2025-03-10T22:43:36.924Z (over 1 year ago)
- Language: Julia
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AdaptableFunctions.jl
[](https://oschulz.github.io/AdaptableFunctions.jl/stable)
[](https://oschulz.github.io/AdaptableFunctions.jl/dev)
[](LICENSE.md)
[](https://github.com/oschulz/AdaptableFunctions.jl/actions?query=workflow%3ACI)
[](https://codecov.io/gh/oschulz/AdaptableFunctions.jl)
[](https://github.com/JuliaTesting/Aqua.jl)
## Documentation
* [Documentation for stable version](https://oschulz.github.io/AdaptableFunctions.jl/stable)
* [Documentation for development version](https://oschulz.github.io/AdaptableFunctions.jl/dev)
AdaptableFunctions.jl is a Julia package that provides an API for functions that can be optimized/specialized for specific input types, sizes and the computing devices the input resides on.