Commit bcf9f19
committed
CP-49045: optimize database uuid lookup: use index
An index (map) has already been created, but it was only used to lookup Refs, not UUIDs.
A latent bug in the UUID index was fixed in a previous commit.
Signed-off-by: Edwin Török <edwin.torok@citrix.com>1 parent c636b62 commit bcf9f19
File tree
3 files changed
+9
-13
lines changed- ocaml/database
3 files changed
+9
-13
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
281 | | - | |
282 | | - | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
292 | 283 | | |
293 | 284 | | |
294 | | - | |
| 285 | + | |
| 286 | + | |
295 | 287 | | |
296 | 288 | | |
297 | 289 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
508 | 508 | | |
509 | 509 | | |
510 | 510 | | |
| 511 | + | |
| 512 | + | |
511 | 513 | | |
512 | 514 | | |
513 | 515 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
0 commit comments