Commit Graph

24 Commits

Author SHA1 Message Date
StephenButtolph 561e021e67 Merge branch 'denali' into limit-outstanding-requests 2020-06-23 19:19:19 -04:00
Dan Laine 6c6136d551 only downsize underlying arrays if they're much too large 2020-06-23 16:44:02 -04:00
Dan Laine 55079aa893 add CappedList for ids.Set and use it in fetchANeededVtx 2020-06-23 15:01:55 -04:00
Dan Laine c9aa8eedc2 pre-allocate arrays 2020-06-22 16:50:31 -04:00
Dan Laine e0d00e25c7 fix typo 2020-06-16 17:23:48 -04:00
Stephen Buttolph aca163714d
fixed typo 2020-06-16 17:21:23 -04:00
Dan Laine 4ecd92efba add minimum size to uniqueBag and Requests 2020-06-16 15:43:30 -04:00
Dan Laine 8fdeef5eb6 pre-allocate slices for List in set, bag, shortSet 2020-06-16 15:17:13 -04:00
aaronbuchwald 5d67251487
Optimize bubble votes in avalanche with vertex heap (#47) 2020-06-03 14:07:44 -04:00
Anil Dasari f2c4c8195d testcase fix 2020-04-24 21:15:31 -07:00
Anil Dasari b1ea742cf2 minor fixes 2020-04-24 13:01:42 -07:00
StephenButtolph f74b41fa36 Merge branch 'nftfx' into cascade 2020-04-06 14:40:25 -04:00
Alex Willmer cf69425775 ids: Add tests for Aliaser
Tests cover Aliaser.Lookup, Aliaser.Aliases, Aliaser.PrimaryAlias, and
Aliaser.Alias.
2020-04-05 00:58:40 +01:00
StephenButtolph 61ed4bb660 cleaned up ID tests 2020-04-04 17:47:44 -04:00
Alex Willmer 507bbd8d0a ids: Add tests for QueueSet.{init, SetHead, Append, GetTail} 2020-04-01 19:00:20 +01:00
Alex Willmer 0c30a3235f ids: Add test for ID.IsSortedAndUniqueIDs 2020-04-01 18:58:58 +01:00
Alex Willmer 61b01c9273 ids: Add test for SortIDs 2020-04-01 18:58:12 +01:00
Alex Willmer a62eb9b833 ids: Add test for ID.String 2020-04-01 18:57:40 +01:00
Alex Willmer 6f111f9dae ids: Add test for ID.Hex 2020-04-01 18:56:41 +01:00
Alex Willmer 63a4915f40 ids: Add test for ID.UnmarshalJSON 2020-04-01 18:56:03 +01:00
Alex Willmer 0ea1dc0c50 ids: Add test for ID.MarshalJSON 2020-04-01 18:55:24 +01:00
Alex Willmer 8a2d8a6f94 ids: Add test for ID.FromString errors 2020-04-01 18:51:01 +01:00
StephenButtolph b6bb9f0789 Removed redundent filter in unaryNode and added test for filtering in binaryNode 2020-03-17 23:29:38 -04:00
StephenButtolph b9e34e3b15 init repo 2020-03-10 15:20:34 -04:00