jeffin143
1e70693378
migrate _tree_test_* related test from boost to catch2
2020-08-21 12:45:33 +05:30
Ryan Curtin
2b27e6c11f
Merge pull request #2464 from shrit/pre_increment
...
Pre increment
2020-06-30 10:48:52 -04:00
Omar Shrit
d5e6ece336
j++ into ++j and k++ into ++k
...
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-19 18:50:49 +02:00
Omar Shrit
50794b783b
Replace i++ to ++i
...
Why?
Pre-increment is faster than post-increment
I know that gcc generated the same code, but it is easier to
keep a good practice
Signed-off-by: Omar Shrit <omar@shrit.me >
2020-06-19 18:50:37 +02:00
Ryan Birmingham
496d121f92
use fuller path names
2020-05-13 10:46:38 -04:00
Marcus Edel
26b71450ac
Split serialization tests to reduce the object file size (avoid MinGW object to big issue).
2019-01-26 15:52:11 +01:00
Ryan Curtin
68f22bc1ba
Reduce dataset sizes and number of iterations to accelerate tests.
2017-08-08 23:21:48 -04:00
Marcus Edel
5a53431e7d
Fix style issues pointed out by cpplint.
2017-06-05 21:03:02 +02:00
Abhinav Moudgil
d279cd6aa7
Remove trailing spaces everywhere
2017-03-29 13:41:33 +05:30
Ryan Curtin
94d1418722
Merge branch 'MarcosPividori-searchMode-3.0.0'
2016-11-01 13:51:14 -04:00
Ryan Curtin
9b5c0e7ea0
Update test APIs.
2016-11-01 13:50:39 -04:00
Ryan Curtin
3d3d733ba3
Add license to the rest of the files.
2016-10-31 22:45:09 +09:00
Ryan Curtin
abb77b1bdc
Add BSD license to most files.
2016-10-31 22:45:09 +09:00
Ryan Curtin
e32b630ac6
Minor updates.
2016-09-13 11:26:40 -04:00
Mikhail Lozhnikov
f17843fc8e
Optimize the UB tree bound.
2016-08-23 15:23:47 +03:00
Mikhail Lozhnikov
8c5a97dcb1
Fixed various errors in the implementation of the bound and the calculation of addressed.
2016-08-08 20:04:46 +03:00
Mikhail Lozhnikov
2930a75384
Universal B tree implementation
2016-08-01 17:38:14 +03:00