Seastar C++ framework looks to simplify coding

Seastar, an event-driven C++ framework for building applications for multiple processor cores, is adding the notion of concepts to make coding easier. With concepts, recently hailed by C++ founder Bjarne Stroustrup, specified interfaces are provided to templates without runtime overhead; design is simplified and the amount of boilerplate code is reduced. Concepts will be included in…