JuliaMath / JuliaMath/Hadamard.jl

use FFHT code

Open
#5 7 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Julia
Stars
43
Forks
10
PR merge metrics
No merged PRs in 30d

Description

The https://github.com/FALCONN-LIB/FFHT repository implements a specialized SIMD FHT, which it says is faster than FFTW for this problem. (Totally possible, since 2×2×2×⋯ multidimensional transforms are not that optimized in FFTW — they are using size-2 DFT kernels, whereas to be fast they should really use larger multidimensional kernels.) Might be interesting to support using FFHT (which is MIT-licensed) in cases where it is applicable.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.