limbo/core/functions
Nikita Sivukhin ec91829835 rewrite parse_modifier function because its current version lead to enormous amount of generated LLVM code which significantly increase compilation time
- cargo llvm-lines
  Lines                  Copies               Function name
  -----                  ------               -------------
  1322611                29544                (TOTAL)
   278720 (21.1%, 21.1%)     1 (0.0%,  0.0%)  turso_core::functions::datetime::parse_modifier

- before:
$> cargo check
warning: `turso_core` (lib) generated 2 warnings
    Finished `dev` profile [unoptimized] target(s) in 5.61s

- after:
$> cargo check
warning: `turso_core` (lib) generated 2 warnings
    Finished `dev` profile [unoptimized] target(s) in 2.24s
2025-11-09 15:15:45 +04:00
..
datetime.rs rewrite parse_modifier function because its current version lead to enormous amount of generated LLVM code which significantly increase compilation time 2025-11-09 15:15:45 +04:00
mod.rs core: Move strftime to functions module 2025-02-06 13:53:36 +02:00
printf.rs Merge 'printf should truncates floats' from Pavan Nambi 2025-10-01 19:31:39 -04:00
strftime.rs core: Move strftime to functions module 2025-02-06 13:53:36 +02:00