An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# AdaptableFunctions.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://oschulz.github.io/AdaptableFunctions.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/AdaptableFunctions.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/oschulz/AdaptableFunctions.jl/workflows/CI/badge.svg?branch=main)](https://github.com/oschulz/AdaptableFunctions.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/oschulz/AdaptableFunctions.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/oschulz/AdaptableFunctions.jl)
[![Aqua QA](https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg)](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.