LifeIsStrange
LifeIsStrange
Possibly related https://github.com/antfu/vite-plugin-optimize-persist
@ChrisGuzak maybe that you could implement a custom transform following a regex ? using https://github.com/DavidWells/markdown-magic note: color highlighting really is important to democratize the guidelines
I also read that one can use the WebGL Renderer value which is Apple M1 but only works for chromium https://stackoverflow.com/a/64958299
Bonus, optional comment, feel free to ignore :) See also my rant about GUI rendering libraries performance myths: Here's my (unfortunately non-mainstream) semi-expert opinion on the topic: # The myth...
If we talk about the same thing, this is the **oldest** open issue of Webpack https://github.com/webpack/webpack/issues/536 Their discussion might be interesting also there are some plugin based solutions apparently
Indeed Tantivy mention using: > SIMD integer compression when the platform/CPU includes the SSE2 instruction set [See a blog post about the tantivity founder talking about this optimization](https://fulmicoton.com/posts/bitpacking/) The author...
Besides SIMD integer compression in tantivy, another interesting software optimization is his take on levenshtein automaton. Levenshtein automaton is key for the performance of fuzzy search queries and fuzzy search...
Same comment as for the other PR: AOT has lower throughput and energy efficiency than JIT. Therefore it should not be the default user experience. Can make sense for people...
Oh OK, still graalVM EE could make a difference
@muhammad-noman-d I recommend you to try https://huggingface.co/docs/transformers/index the transformers library from huggingface, their BERT implementation has smart defaults (FP16) and can be combined with https://github.com/microsoft/DeepSpeed Deepspeed significantly reduce training time...