python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Temporal workflow hardware constraints for low latency
I have recently started reading about temporal for use in my company's project. I have built an in-house orchestrator for short lived tasks which is able to support 100 tps with 8 gb heap and 4 cores....
prashant
Votes: 0
Answers: 0
How to patch portaudio for low-latency iOS usage?
I am currently working on a patch that should make portaudio work for iOS. For now I successfully applied portaudio member Hans Petter's patch for iOS usage
https://www.dropbox.com/s/6hf9bjqpa6b6uv3/0...
Alexander Carôt
Votes: 0
Answers: 2
Large dataset, ProcessPoolExecutor issues
PROBLEM - ProcessPoolExecutor hasn't increased speed. Confirmed by tqdm
Learned enough about python to copy and/or write a program that works. each file takes ~40 seconds to load->filter->write....
Yusuf
Votes: 0
Answers: 1
Why does a function run faster when I call it continuously?
I am deveoping a low latency service use c++ on linux. I do two group performance tests:
send 1 request per second, it's average latency is 3.5 microseconds.
send 10 request per second, it's average ...
Frank Liu
Votes: 0
Answers: 0