scylladb / scylla-go-driver

Experimental, high performance Scylla Driver, University of Warsaw students' project
Apache License 2.0
151 stars 7 forks source link

Support for general binding and parsing any types #265

Closed Kulezi closed 2 years ago

Kulezi commented 2 years ago

I think this will be needed to make a compatibility layer for gocql and gocqlX, benchmarks show that it's much slower than concrete bindings, however I can barely see any difference with make run-benchtab, maybe because of the driver having spare time due to waiting on syscalls.

Kulezi commented 2 years ago

This will be used in a separate package providing gocql compatibility.