| Age | Commit message (Collapse) | Author |
|
Creates an default option to heap-init string view to be used by
complex operation where memory needs to be fine-grained.
|
|
Optimized and bug-prone equality operation for string_view struct.
This function will replace the equality checks operations between
char* + string_view, and string_view + string_view.
|
|
Added a string view copy function to lib/sv.h. The function is
created to make it easier to copy string_views, and it is user's
responsibility to free the string_view's.
|
|
|