Ian Goldberg
|
48e1fcda72
Indentation touchups
|
1 year ago |
Ian Goldberg
|
3bf904d7d4
Have the AVL constructor default to optimized = true
|
1 year ago |
Ian Goldberg
|
c59a9d5be7
Set OPTIMIZED in a member initializer list instead of explicitly
|
1 year ago |
Ian Goldberg
|
fb4a16b6a0
Touch up a couple of comments
|
1 year ago |
Ian Goldberg
|
29e85669b3
Have run_experiment use the right number of cores for each party
|
1 year ago |
sshsshy
|
759c96f05a
Addressed all the feedback. Converted AVL_OPT_ON to a runtime flag
|
1 year ago |
Ian Goldberg
|
7ed4d55baf
A new unit test "read" that just does sequential reads
|
1 year ago |
Ian Goldberg
|
5cc789da7d
Have run-experiment capture stderr as well as stdout
|
1 year ago |
Ian Goldberg
|
8aeacca011
Include /usr/bin/time in the docker
|
1 year ago |
Ian Goldberg
|
d90cd7a38f
Allow docker scripts to be run from other directories
|
1 year ago |
sshsshy
|
ddd061f341
Merge branch 'main' into ssasy/avl
|
1 year ago |
sshsshy
|
8cdbada147
Addressed feedback. Commit midway through converting opt_flag into a command line argument to merge main first for optional oidx.
|
1 year ago |
Ian Goldberg
|
6b222f9efc
Correct a comment
|
1 year ago |
Ian Goldberg
|
3749f7b680
Indentation
|
1 year ago |
Ian Goldberg
|
cf36f72dc4
If run_sanity is 1, actually check that the extracted values from the heap come out in non-decreasing order
|
1 year ago |
Ian Goldberg
|
746abdf8d5
Touch up a comment
|
1 year ago |
avadapal
|
c84ab8e7cd
lt^eq ---> lt in explicit index heapproperty restored
|
1 year ago |
avadapal
|
b70710fcf2
indentation changes
|
1 year ago |
avadapal
|
9836affa84
changing some lteq to lt
|
1 year ago |
avadapal
|
b7364a786f
changing lteq to lt
|
1 year ago |
avadapal
|
4d6348fd92
reconstructing the minimum value and printing them when runsanity=1
|
1 year ago |
Ian Goldberg
|
bf69fe3fa5
Put parallel updates in insert_optimized and restore_heap_property_at_explicit_index into coroutines
|
1 year ago |
Ian Goldberg
|
37c2bca08e
Use "-t 0" with "docker stop"
|
1 year ago |
Ian Goldberg
|
b188a1daca
Indentation touchups
|
1 year ago |
Ian Goldberg
|
d718958fe5
Some comment touchups
|
1 year ago |
Ian Goldberg
|
03b6562737
XOR with !tio.player() instead of tio.player()
|
1 year ago |
Ian Goldberg
|
ccd78ec898
Clarify "smaller index" -> "index of the smaller child" in comments
|
1 year ago |
Ian Goldberg
|
1270ae19f1
Fix two off-by-one errors in MinHeap::print_heap()
|
1 year ago |
Ian Goldberg
|
54050bfc1e
Have Shape::reconstruct reconstruct just the Shape and not the whole database
|
1 year ago |
Ian Goldberg
|
e1ea44d724
Typo in comment
|
1 year ago |