Skip to content

Releases: Swiftense/MemoryCommunication

Swiftense Memory Communication

Choose a tag to compare

@nosehad nosehad released this 01 Feb 15:57
a032623

First release of Memory Communication that is actually used by Swiftense.

Communication using Spinlocks.

Pre-release

Choose a tag to compare

@nosehad nosehad released this 31 Jan 17:21
3691206

Blocks execution of Thread by busy wait, can be more power hungry than version with Semaphores but has a shorter latency.

Communication using Semaphores.

Pre-release

Choose a tag to compare

@nosehad nosehad released this 30 Jan 17:10
5aa6ca8

Memory Connection with POSIX Semaphores that supports one Server and multiple clients. It is a lot slower than the current version, but can need less resources.