-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: optimize string reading in LabVIEW by returning string length fr…
…om rust - previously, the string reading was one byte at a time in a loop until null character (\00) - now, the shared library functions return the string length and LabVIEW reads the entire string from memory in one shot - result is that string reading (and general performance of the library) is significantly faster refs: #12
- Loading branch information
Showing
19 changed files
with
95 additions
and
10 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+200 Bytes
(100%)
lv_src/support/support.read_and_free_array_multiline_string_at_address.vi
Binary file not shown.
Binary file modified
BIN
+212 Bytes
(100%)
lv_src/support/support.read_and_free_string_at_address.vi
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters