|
7 | 7 |
|
8 | 8 | ### Sizes |
9 | 9 |
|
10 | | -* `SuperSQL.php` - 28558 Chars (28.6 MB) |
11 | | -* `SuperSQL_min.php` - 12644 Chars (12.6 MB) |
| 10 | +* `SuperSQL.php` - 28810 Chars (28.8 MB) |
| 11 | +* `SuperSQL_min.php` - 12747 Chars (12.7 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` - 17922 Chars (17.9 MB) |
| 14 | +* `SuperSQL_complete_min.php` - 18025 Chars (18 MB) |
15 | 15 |
|
16 | 16 | ## Hashes |
17 | 17 |
|
18 | 18 | ``` |
19 | | -* SuperSQL.php - e66095702fc3364ed5b60ab9c58284c2 |
20 | | -* SuperSQL_min.php - 4137ec30163845fb4142ee63363d7ebe |
21 | | -* SuperSQL_helper.php - adaddf5e3cdf5f612a55b3f13f918bd1 |
22 | | -* SuperSQL_helper_min.php - e4319fa820edaa9ce87b904569424295 |
23 | | -* SuperSQL_complete.php - 13985e2acec0e184772666c5b02feafb |
| 19 | +* SuperSQL.php - ef68d9f5a5223d8dc8a1e5c9710fee2a |
| 20 | +* SuperSQL_min.php - cb59dc4145f4f928ab0420dbf12cf63a |
| 21 | +* SuperSQL_helper.php - c28eb974df4b6b59cfd1703b93ba5ad5 |
| 22 | +* SuperSQL_helper_min.php - 434f45d06501865c04386f32874637bf |
| 23 | +* SuperSQL_complete.php - 12d192dc93e6bb86d0bc32caf98f2de1 |
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.0218ms Average Time, Sum: 0.6541ms |
| 31 | +0.023ms Average Time, Sum: 0.6896ms |
32 | 32 |
|
33 | 33 | ### Specifics |
34 | 34 |
|
35 | 35 | | Name | Avg | Sum | |
36 | 36 | |-------------------------|--------|--------| |
37 | | -| 1 Row Insert | 0.0013 | 0.0388 | |
38 | | -| 100 R Insert W Temp | 0.0162 | 0.4846 | |
39 | | -| Select * | 0.0007 | 0.0206 | |
40 | | -| Select * W Cast | 0.0006 | 0.0169 | |
41 | | -| Select * W Cast W where | 0.0007 | 0.0197 | |
42 | | -| 1 Row Update | 0.0013 | 0.0401 | |
43 | | -| Delete | 0.001 | 0.0311 | |
| 37 | +| 1 Row Insert | 0.0013 | 0.038 | |
| 38 | +| 100 R Insert W Temp | 0.0173 | 0.5191 | |
| 39 | +| Select * | 0.0007 | 0.02 | |
| 40 | +| Select * W Cast | 0.0006 | 0.0178 | |
| 41 | +| Select * W Cast W where | 0.0007 | 0.0201 | |
| 42 | +| 1 Row Update | 0.0014 | 0.0413 | |
| 43 | +| Delete | 0.001 | 0.0309 | |
0 commit comments