Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
CONC-372 Fix str_to_TIME() parsing wrt performance.
Fix implementations of str_to_TIME() and my_atoll()

Implement own version my_strtoll() (similar to strtoull(), not requiring
null termination).

Use it to for optimized implementation of numbers and dates.
  • Loading branch information
vaintroub committed Nov 11, 2018
1 parent 334964f commit 06fd8c9
Show file tree
Hide file tree
Showing 2 changed files with 408 additions and 111 deletions.

0 comments on commit 06fd8c9

Please sign in to comment.