Gwendal Roué
Gwendal Roué
Hello @Jnosh, thank you very much for this pull request. I intended to review this week-end, but I could not. Please stay tuned.
> I had added support for the newish FTS5 trigram tokenizer in my own project at some point. Upstreaming it here after some polish. 🥳 Thank you @Jnosh! > *...
@Jnosh I'm very slow to reply because I'm quite busy these days. Please be assured I did not forget this PR.
Hi @Jnosh, and happy new year! Sorry for blocking the PR for so long. And thank you for being patient, and explore another API. In the end, your initial suggestion...
> The results over a dozen runs are a fairly consistent slowdown of around 10% when using SQLCipher. It'd be interesting to tweak the SQLite build flags in [swift-sqlcipher](https://github.com/skiptools/swift-sqlcipher/blob/main/Package.swift) to...
I ran the same performance tests, but this time in release configuration: ``` echo "With GRDBCIPHER"; rm -rf .build; GRDB_PERFORMANCE_TESTS=1 GRDBCIPHER="https://github.com/skiptools/swift-sqlcipher.git#1.2.1" swift test --configuration release --filter GRDBPerformanceTests 2>&1 | grep...
I'm sorry I did not answer yet. I had to cope with the problems created with Xcode 16.3 beta. I'll get back to you soon.
Hello, sorry for being late to the party. I'm slow on those topics because I'm really not excited by build topics. Let's discuss traits! The [Trait unification](https://github.com/swiftlang/swift-evolution/blob/main/proposals/0450-swiftpm-package-traits.md#trait-unification) chapter of the...
Thanks @marcprux for your careful consideration. This is well appreciated. What I envision is that users wildly exploit any possible technique. That's my rule of thumb, and it's been quite...
All right, @marcprux, we are converging. I agree that we can just flag SQLCipher support as experimental. I'll have a closer look at the PR.