Make optional "unsafe" performance-mode #16
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: Drezil/ibhelper#16
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently things like
Data.Vector.Storable.slice
andData.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.
Make optional performance-modeto Make optional "unsafe" performance-mode