This talk will cover the nuts and bolts of colony, a bucket-array-like container currently in the process of standardisation.
The intent is to pass on knowledge, so that in my absence others can make their own, hopefully optimal, implementations, now or in the future. In addition it might give some ideas to those implementing entirely different containers.
There will be no broad overview with the exception of a brief explanation at the beginning, and instead we'll be diving deep into the mechanics.
For those new to the Colony container, my CppCon 2016 talk,
"Colonies, performance and why you should care" is recommended (though outdated).