commit | a17fa8a9df32ea9ea98599584c3eda6ec064f2e1 | [log] [tgz] |
---|---|---|
author | Abdullah Alamoudi <bamousaa@gmail.com> | Mon Jan 04 09:26:39 2016 +0300 |
committer | abdullah alamoudi <bamousaa@gmail.com> | Mon Jan 04 00:18:33 2016 -0800 |
tree | a6e03ab34d1516259eac01048acce640d1620bbf | |
parent | f6b9f1f65390794b51eba39913882a9511016d34 [diff] |
Reduce Object Creation in Index Operations Removed proportioanl object creation in btrees and rtrees during insert and search operations. Instead, we re-use objects in OpContexts. Change-Id: I7fab280372951522db02f8c2ff1d7d5b15529cd7 Reviewed-on: https://asterix-gerrit.ics.uci.edu/245 Tested-by: Jenkins <jenkins@fulliautomatix.ics.uci.edu> Reviewed-by: Murtadha Hubail <hubailmor@gmail.com>