Skip to main content

All Questions

2 votes
1 answer
124 views

Streaming floating point data in Python2

I am in the process of creating a brain-computer interface, and one task is to stream electroencephalograph (EEG) data into a Python script for real-time analysis. Included in this question are two ...
jkr's user avatar
  • 133
2 votes
0 answers
72 views

Memcached load generation

This is working but right now it is not giving me the throughput that I want. The main function has the load generation loop (where it is putting work in Queue). I ...
Wajahat's user avatar
  • 213
5 votes
3 answers
1k views

Will multi-threading or other method make my program run faster?

I didn't use multi-threading so far as I didn't need to. But as far as I've read, implementing them will make my program slightly faster than it actually is. ...
Cajuu''s user avatar
  • 331