Luca Cappelletti

Results 249 comments of Luca Cappelletti

Hi @compenguy! The optimization is done, I think. Do check out the [search time benchmarks here](https://github.com/LucaCappelletti94/ngrammatic/tree/master/benches) and the [memory benchmarks here](https://github.com/LucaCappelletti94/ngrammatic/tree/master/benchmarks). I only need to rewrite the README describing a...

README is now updated. Let me know what you think of the whole thing!

Apologies for the merge conflicts; I underestimated their likelihood with GitHub pull requests as it did not report conflicts there, but there were most definitely some as I started with...

Ok! I will look into the issues mentioned.

Yeah, that would be the overall gist of it - the only important thing is to keep this as an optional feature as rayon does not support several compilation targets...

I believe *batch* is the correct one, if you'd like to I can edit it myself.

Thank you for reporting it - I was almost amazed by how long TensorFlow kept its API stable. Could you kindly include in the issue itself the minimal code example...

Please edit your issue post to include all of the necessary code in there, otherwise in the future the link may stop working.

I am afraid [they have left this entirely hardcoded in the C++ part](https://github.com/tensorflow/tensorflow/blob/3570f6d986066b834a7f54f3c3ec60d0245193bd/tensorflow/lite/minimal_logging_ios.cc#L50). The only way to silence that error is to either work directly in C++ and compile against...