|
7 | 7 |
|
8 | 8 | ### Sizes |
9 | 9 |
|
10 | | -* `SuperSQL.php` - 28250 Chars (28.3 MB) |
11 | | -* `SuperSQL_min.php` - 12501 Chars (12.5 MB) |
| 10 | +* `SuperSQL.php` - 28413 Chars (28.4 MB) |
| 11 | +* `SuperSQL_min.php` - 12593 Chars (12.6 MB) |
12 | 12 | * `SuperSQL_helper.php` - 11234 Chars (11.2 MB) |
13 | 13 | * `SuperSQL_helper_min.php` - 5558 Chars (5.6 MB) |
14 | | -* `SuperSQL_complete_min.php` - 17779 Chars (17.8 MB) |
| 14 | +* `SuperSQL_complete_min.php` - 17871 Chars (17.9 MB) |
15 | 15 |
|
16 | 16 | ## Hashes |
17 | 17 |
|
18 | 18 | ``` |
19 | | -* SuperSQL.php - 6b8a0ca5b29cc2941e243eedfaaf6a43 |
20 | | -* SuperSQL_min.php - f8e4fa363345276e1a908322ef10b969 |
21 | | -* SuperSQL_helper.php - e89949fcc3b648c678b4ff55c14ec4c0 |
22 | | -* SuperSQL_helper_min.php - 8376bf405228152b1b37a5e659ab3287 |
23 | | -* SuperSQL_complete.php - c50b9ae64111ba60684ac7e98b7d686e |
| 19 | +* SuperSQL.php - 384e2b0983336f63f344920ecb9af69f |
| 20 | +* SuperSQL_min.php - 364fe31e0f443b1d4dd0db066e4d1bce |
| 21 | +* SuperSQL_helper.php - a51136f4d7f18f300d7aa580b671bb46 |
| 22 | +* SuperSQL_helper_min.php - 932d6c473e9ab4c87c17319ed2723192 |
| 23 | +* SuperSQL_complete.php - 749d3090a380be2552dd7818bc301148 |
24 | 24 | ``` |
25 | 25 |
|
26 | 26 | ## Performance |
27 | 27 |
|
28 | 28 | Profiled on PHP v7.1.4, 30 loops |
29 | 29 |
|
30 | 30 |
|
31 | | -0.0393ms Average Time, Sum: 1.1784ms |
| 31 | +0.0175ms Average Time, Sum: 0.5255ms |
32 | 32 |
|
33 | 33 | ### Specifics |
34 | 34 |
|
35 | 35 | | Name | Avg | Sum | |
36 | 36 | |-------------------------|--------|--------| |
37 | | -| 1 Row Insert | 0.0026 | 0.079 | |
38 | | -| 100 R Insert W Temp | 0.029 | 0.8703 | |
39 | | -| Select * | 0.001 | 0.0301 | |
40 | | -| Select * W Cast | 0.0011 | 0.0324 | |
41 | | -| Select * W Cast W where | 0.0011 | 0.0342 | |
42 | | -| 1 Row Update | 0.0023 | 0.07 | |
43 | | -| Delete | 0.0019 | 0.058 | |
| 37 | +| 1 Row Insert | 0.0009 | 0.0285 | |
| 38 | +| 100 R Insert W Temp | 0.0132 | 0.3957 | |
| 39 | +| Select * | 0.0005 | 0.0139 | |
| 40 | +| Select * W Cast | 0.0004 | 0.0132 | |
| 41 | +| Select * W Cast W where | 0.0005 | 0.0144 | |
| 42 | +| 1 Row Update | 0.0011 | 0.0323 | |
| 43 | +| Delete | 0.0009 | 0.0256 | |
0 commit comments