Skip to content

Modernize C++ backend - #48

Draft
schnellerhase wants to merge 1 commit into
mainfrom
schnellerhase/c++-modernise
Draft

Modernize C++ backend#48
schnellerhase wants to merge 1 commit into
mainfrom
schnellerhase/c++-modernise

Conversation

@schnellerhase

@schnellerhase schnellerhase commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator
  • Use std::array for one-dimensional data arrays.
  • We should not alter the input/output types due to unavailability of restrict on std::vector/std::span and friends.

Fixes #34

@schnellerhase schnellerhase self-assigned this Jun 18, 2026
@schnellerhase schnellerhase added the 🚀 feature New feature or request label Jun 18, 2026
@schnellerhase
schnellerhase force-pushed the schnellerhase/c++-modernise branch from f0cc3f0 to 7a1e9b0 Compare August 15, 2026 11:33
@schnellerhase
schnellerhase force-pushed the schnellerhase/c++-modernise branch from 7a1e9b0 to 605feb2 Compare August 27, 2026 06:34
@schnellerhase
schnellerhase force-pushed the schnellerhase/c++-modernise branch from 605feb2 to f8498a8 Compare September 3, 2026 07:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🚀 feature New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate to modern C++

1 participant