Commit 0461cba
committed
sqlite: remove strings.EqualFold from per-row processing
│ before │ after │
│ sec/op │ sec/op vs base │
QueryRows100MixedTypes-8 37.75µ ± 1% 36.88µ ± 1% -2.29% (p=0.000 n=10)
│ before │ after │
│ B/op │ B/op vs base │
QueryRows100MixedTypes-8 4.281Ki ± 0% 4.281Ki ± 0% ~ (p=1.000 n=10) ¹
¹ all samples are equal
│ before │ after │
│ allocs/op │ allocs/op vs base │
QueryRows100MixedTypes-8 207.0 ± 0% 207.0 ± 0% ~ (p=1.000 n=10) ¹
Signed-off-by: Brad Fitzpatrick <[email protected]>1 parent 7108799 commit 0461cba
1 file changed
+26
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
| 378 | + | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
610 | 630 | | |
611 | 631 | | |
612 | 632 | | |
| |||
615 | 635 | | |
616 | 636 | | |
617 | 637 | | |
618 | | - | |
| 638 | + | |
619 | 639 | | |
620 | 640 | | |
621 | 641 | | |
| |||
668 | 688 | | |
669 | 689 | | |
670 | 690 | | |
671 | | - | |
| 691 | + | |
672 | 692 | | |
673 | 693 | | |
674 | | - | |
| 694 | + | |
675 | 695 | | |
676 | 696 | | |
677 | 697 | | |
| |||
681 | 701 | | |
682 | 702 | | |
683 | 703 | | |
684 | | - | |
| 704 | + | |
685 | 705 | | |
686 | 706 | | |
687 | 707 | | |
| |||
712 | 732 | | |
713 | 733 | | |
714 | 734 | | |
715 | | - | |
| 735 | + | |
716 | 736 | | |
717 | 737 | | |
718 | 738 | | |
| |||
0 commit comments