Doing some profiling we found a few places in the connector where objects are unnecessarily created and destroyed when a single reference would suffice. This ticket aims to improve those bits of code.
Our main contributions to heap pressure come from anonymous functions made by the Type Conversion system and Some() objects which are created in our CassandraRow initialization.