Make optional "unsafe" performance-mode #16

Open
opened 2022-08-04 19:52:52 +00:00 by Drezil · 0 comments
Owner

currently things like Data.Vector.Storable.slice and Data.Vector.Storable.update_ are taken (amongst other stuff with HashMaps) that do bound-checks on any access/update.

It is possible to switch to the unsafeXXX-functions which omit the checks, but crash hard.

Should be a setting.

currently things like `Data.Vector.Storable.slice` and `Data.Vector.Storable.update_` are taken (amongst other stuff with HashMaps) that do bound-checks on any access/update. It is possible to switch to the `unsafeXXX`-functions which omit the checks, but crash hard. Should be a setting.
Drezil added the
enhancement
minor
labels 2022-08-04 19:53:10 +00:00
Drezil added this to the Later milestone 2022-08-04 19:53:13 +00:00
Drezil changed title from Make optional performance-mode to Make optional "unsafe" performance-mode 2022-08-04 19:53:32 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Drezil/ibhelper#16
No description provided.