Dave King

Results 16 comments of Dave King

I have integrated Berkshelf 3 + littlechef successfully. Caveat here is that I am not a Berkshelf expert. The correct thing seems to be to run 'berks vendor' before any...

Yeah the `vendor` `cookbooks` comment is a good point. I think I prefer integrated Berkshelf support though my script doesn't really point to a general path to that (requires a...

Hi there, I've received this error too. My use case is a reverse-proxy in front of gunicorn. The other reports of this instance on this repo appear to be poorly...

Hey @wuhongzhi can you share your benchmarking code so I can run through it and confirm the performance loss? Also could you please include your JVM version? PR #564 didn't...

Hi @wuhongzhi, thanks for the code. Your byte buffer benchmark is doing three things: allocating the buffer, putting data into it, and then reading data out of it. The cost...

Ah, makes sense that the buffer needs to be reset each test run. Thanks. My guess from the `ByteBuffer#decode` code you've shared is that it's re-decoding the bytes in the...

We merged https://github.com/xerial/sqlite-jdbc/pull/575 which had a slight improvement in the performance over the original merge. My memory is (but I guess I didn't write in on the Issue or Pull...

The stack trace looks to me like the JNI adapter is not using the updated return type in NativeDB.c ... is it possible that you're somehow including multiple versions of...

Thanks for the report, I'll take a look this weekend.

Hrm I think it will be very hard for me to evaluate this change appropriately without a Rackspace account.