Fast String to Double Conversion
str2doubleq converts text to double like Matlab's str2double,but up to 400x faster! multithreaded.
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
Cite As
Quant Guy (2026). Fast String to Double Conversion (https://in.mathworks.com/matlabcentral/fileexchange/28893-fast-string-to-double-conversion), MATLAB Central File Exchange. Retrieved .
Acknowledgements
Inspired: Faster alternative to builtin str2double
General Information
- Version 1.8.0 (16.7 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
| Version | Published | Release Notes | Action |
|---|---|---|---|
| 1.8.0 | *Fixed a bug with scientific notation. Thanks for the feedback. |
||
| 1.7.0 | -Implemented "hand massaged" highly efficient parser.
|
||
| 1.3.0 | * Thanks to Jan Simons feedback, fixed some bugs and documentation. Also was able to tweak about 35% performance boost compared to earlier implementation. |
||
| 1.0.0 |