Yad Konrad
Results
23
comments of
Yad Konrad
It looks like someone have implemented the gpu version [here](https://github.com/justinbuzzni/DNC)
Thanks @john1king !
@Selenium-hari here is an example: ``` ruby RBHive.tcli_connect('address', 10_000, { transport: :sasl,:sasl_params => {:username => "username",:password => "password"},logger: Logger.new(STDOUT), hive_version: 10 }) do |connection| connection.fetch 'SELECT * FROM users LIMIT...