-
- [Move the path construction in the Error case only](https://github.com/thoth-org/Thoth.Json/issues/43)
- [Make Thoth.Json(.Core) parser agnostic](https://github.com/thoth-org/Thoth.Json/issues/38).…
-
llm = LLM(model="./bge-reranker-v2-m3/")
def process_pair(pair):
return llm.reranker([pair])
start = time.time() * 1000
with ThreadPoolExecutor(max_workers=8) as executor:
outputs…
-
Hey everyone, I'm curious to hear which companies are using chi in production, if you see this post and use it in your products, please let me know. I'd like to include a list in the README, it's insp…
-
### Bug description
I've been following the serverless and lambda enhancements and performance improvements for quite some time that you all have made but I still seem to notice that my lambda even w…
imoby updated
2 weeks ago
-
Another solution to excessive JS calls could be to simply add a caching layer that stores whatever the JS callback wrote, for a duration of X seconds, seding it back from cache until next update.
T…
-
# Proposal: Built in support for high performance unbounded queue
Author: Christian Petrin.
Last updated: November 26, 2018
Discussion at: https://github.com/golang/go/issues/27935
Design …
-
**Motivation**
Falco would like to partner with https://github.com/cncf/tag-env-sustainability in order to improve Falco's efficiency (reduce compute overhead and resolve resource constraints limit…
-
Subscribe to this issue and stay notified about new [daily trending repos in Java](https://github.com/trending/java?since=daily).
-
**Architecture**
https://aws.amazon.com/blogs/architecture/optimize-cost-by-automating-the-start-stop-of-resources-in-non-production-environments/
https://aws.amazon.com/blogs/architecture/underst…
-
Currently, for request processing, SparkJava completely relies on HTTP thread pool of Jetty (by default 8 - 200 threads).
Which in it's own turn is non-blocking on networking end, but it's blocking o…