Commit d0bb595
committed
Implement a statement cache of 100 requests
Fixes issue #10:
* 1-line code change is from user billywhizz
* Avoid compiling the SQL in the client every time you execute a statement
* This adds a statement cache with hardcoded size of 100; may want to make configurable at some point1 parent f358597 commit d0bb595
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| 128 | + | |
128 | 129 | | |
129 | 130 | | |
130 | 131 | | |
| |||
0 commit comments