Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Note that allocations are produced when running with threads. Moreover,
ThreadsX.sort! has type stability issues (according to JET).
  • Loading branch information
jipolanco committed Jan 4, 2024
1 parent 4bcb790 commit 69cb39b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ In particular, this means that:

- This package allows NUFFTs of purely real non-uniform data.

- Setting non-uniform points and executing plans is allocation-free.

- Different convention is used: non-uniform points are expected to be in $[0, 2π]$.

- This package allows performing transforms of multiple quantities at the same non-uniform values at once.
Expand All @@ -168,6 +166,4 @@ In particular, this means that:

- A different smoothing kernel function is used (backwards Kaiser–Bessel kernel by default).

- Unlike the FINUFFT.jl interface, this package guarantees zero allocations when setting non-uniform points and executing plans.

- It is possible to use the same plan for type-1 and type-2 transforms, reducing memory requirements in cases where one wants to perform both.

0 comments on commit 69cb39b

Please sign in to comment.