Commit History

Author SHA1 Message Date
  avadapal a0715c3225 update how arguements are taken 1 year ago
  avadapal 947f19d506 removed an unnecessary print statement 1 year ago
  avadapal 414e1fa57c a bunch of cleanups, comments, name changes, and sanity checks. NO Change to the functionalities 1 year ago
  avadapal 5e3e1ce733 deleted all the prints, this code still takes double the latency 1 year ago
  avadapal d5d1840169 printing times 1 year ago
  avadapal f838ba48f6 restore heap at root 1 year ago
  avadapal dabc7a4d60 printing the latencies 1 year ago
  avadapal 222592c77d reset clock 1 year ago
  avadapal 2357e8ada0 fixing extract min bug 1 year ago
  avadapal 79d6c71757 fixed some additional mults 1 year ago
  avadapal 5bce0aefe9 initializig a heap with 1,2,... 1 year ago
  sshsshy 3d8ec74077 AVL Initialization with coroutines 1 year ago
  sshsshy bf172ece8a Fixing insertion error that produced larger DPFs than required for the problem size 1 year ago
  sshsshy aa3137e6b0 debugging 1 year ago
  sshsshy 1cc189347e Removing unnecessary printfs 1 year ago
  sshsshy e9cde7de60 Non-oblivious initiailization for AVL trees. Toggle optimizations on and off with OPT_ON in avl.hpp 1 year ago
  avadapal 72311a03ad removed Heapify only for experiments 1 year ago
  avadapal c1f33173e2 removed Heapify defs 1 year ago
  avadapal 232cf19ae8 Heapify defs 1 year ago
  avadapal e203664698 heap 1 year ago
  avadapal 44b62c9eef fixed a bug in the insert; put prints in VERBOSE 1 year ago
  avadapal af07325a61 print heaps changed to print children 1 year ago
  avadapal 3e39153736 heap insert 1 year ago
  avadapal a01b01294e added another command line arguement to switch between optimizd and unoptimized 1 year ago
  sshsshy 03690c78b8 Optimization 2: Batching parallel MPC operations using run_coroutines 1 year ago
  sshsshy 8d51c38adf Cleanup from switching to OblivIndex 1 year ago
  sshsshy bf65e91701 Optimization 1: Related (Read + Write) operations updated to use OblivIndex to perform (Read + Update) with the same DPF 1 year ago
  sshsshy bcba33eea2 Fixing AVL up with API for benchmarking, and printing outputs for Initialize, Inserts, and Delets 1 year ago
  sshsshy 7b69627647 Minor tweaks 1 year ago
  sshsshy 197781d283 Splitting updateRetStruct() out of del() 1 year ago