Questions tagged [speedus]

3 questions
4
votes
2 answers

Java - Python shared memory communication

We have one program in Java and one in Python, and need to get them taking together in a ping-pong manner, each time exchanging an integer array of length 100,000, and taking ~ 0.1 - 1 second to do their work: Java does some work and fires an int…
Pengin
  • 4,692
  • 6
  • 36
  • 62
1
vote
1 answer

What kinds of optimization are used in PyTorch methods?

I'm using PyTorch to implement an intense sequence of matrix operations, using methods such as torch.mm or torch.dot. I was wondering if PyTorch uses multithreading or other optimization mechanisms to speed up the process. I am not utilizing a GPU.…
mhyousefi
  • 1,064
  • 2
  • 16
  • 30
0
votes
0 answers

Torusware speedus and Hazelcast

after watching a presentation about how Speedus can optimize 110% the Hazelcast performance I decided to give it a try. I did the following setup, I downloaded the Ubuntu docker image supplied with speedus. My host operating system is MacOs with 8…
Alexander Petrov
  • 9,204
  • 31
  • 70