Page MenuHomePhabricator

Leverage Empty Base Optimization for the radix tree Adapter
ClosedPublic

Authored by Fabien on Jun 7 2022, 09:48.

Details

Summary
Test Plan
ninja all check-all

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

Fabien requested review of this revision.Jun 7 2022, 09:48
deadalnix requested changes to this revision.Jun 8 2022, 14:11
deadalnix added inline comments.
src/radix.h
40 ↗(On Diff #33857)

private

This revision now requires changes to proceed.Jun 8 2022, 14:11

RadixTree is a struct, so it needs to explicitely set the base class private

This revision is now accepted and ready to land.Jun 8 2022, 22:37