Commit Verlauf

Autor SHA1 Nachricht Datum
  Ian Goldberg d469eee445 Try to make the players start within one latency of each other vor 5 Monaten
  Ian Goldberg d93e86e9f0 Update README vor 5 Monaten
  Ian Goldberg de44157928 Cleanly separate communication threads from CPU threads in the CLI vor 5 Monaten
  Ian Goldberg 6798d99243 Enable multiple versions of the PRAC docker on the same machine vor 5 Monaten
  Ian Goldberg b802bb8972 Also run 2^30 sized binary search vor 6 Monaten
  Ian Goldberg f3f4e8e924 Don't have the (b)bsearch unit test reconstruct the database to check the answer if the database is huge vor 6 Monaten
  Ian Goldberg aef448b563 typo in comment vor 6 Monaten
  Ian Goldberg 5a73e2523d Have the repro script use run-experiment-ssh if $PRAC_USE_SSH=1 vor 6 Monaten
  Ian Goldberg 846aae8247 run-experiment-ssh script for running experiments via ssh on real hosts instead of dockers vor 6 Monaten
  Ian Goldberg f925d5eee9 Correct the preprocessing commands for Figure 8 vor 6 Monaten
  Ian Goldberg 761610d33c Heap Sampler, including implementation, repro script, and log parser vor 6 Monaten
  Ian Goldberg 42eb384dcd Add operator<< for RegAS vor 6 Monaten
  Ian Goldberg 420d39d797 There were an incorrect number of "f"s in several instances of 0x7fffffffffffffff vor 6 Monaten
  Ian Goldberg 650561d158 binary_search sometimes returned -1 instead of 1 when searching over a single item vor 6 Monaten
  Ian Goldberg 4e5e850268 Correctly handle extracting the last element of a heap vor 6 Monaten
  Ian Goldberg 7800f7e49c Allow MinHeap::init() to be used to reset an existing heap vor 6 Monaten
  Ian Goldberg e77f5ccd64 Remove unused MPCIO parameters from some heap methods vor 6 Monaten
  Ian Goldberg 58b6e26aeb Add missing #include in heap.hpp vor 6 Monaten
  Ian Goldberg b710fd4e48 Automatically subdivide any needed preprocessing to fit in available memory vor 6 Monaten
  Ian Goldberg 9dfcf124ae Make MPCIO and MPCTIO objects non-copyable vor 6 Monaten
  Ian Goldberg 9ee048e96e Log the amount of memory to use vor 6 Monaten
  Ian Goldberg 5f7df96f86 Improvements to the binary search unit test vor 6 Monaten
  Ian Goldberg 2d6f9c71e3 There was a useless MPCTIO being created in online_main vor 6 Monaten
  Ian Goldberg 40f236236c If VERBOSE_COMMS is set, output timestamps on queueing of data vor 6 Monaten
  Ian Goldberg ad680acce3 In the heap unit test, initialize the heap locally (with no communication) vor 6 Monaten
  Ian Goldberg 6c639008c5 Pass around MPCTIO&, not MPCTIO vor 6 Monaten
  Ian Goldberg 1d05a02c11 Add a method to MPCTIO to get the current thread_lamport value vor 6 Monaten
  Ian Goldberg 83f86dbb1f repro and log parsing scripts for Tables 3 and 4 vor 6 Monaten
  Ian Goldberg e71014a360 repro and parse_logs scripts for Figures 6, 7, 8 vor 6 Monaten
  Ian Goldberg a185f57dde Add an iters command-line arg to the bsearch and bbsearch unit tests vor 6 Monaten