Skip to content

Releases: kaatinga/robinson

Fixed tests #2

26 Mar 23:20
Compare
Choose a tag to compare
v1.3.3

fixed tests

Fixed tests

26 Mar 23:13
Compare
Choose a tag to compare
v1.3.2

fixed the test

Hid the mutex

26 Mar 22:40
Compare
Choose a tag to compare
v1.3.1

hid the mutex

Added Check() method

21 Feb 12:05
Compare
Choose a tag to compare
v1.3.0

Add a new method to perform a check without changing the cache value.

Slightly better performance and new CallWithError() method

05 Jan 11:25
Compare
Choose a tag to compare
  • The methods Get() and Set() are more performant now
  • New CallWithError() method which allows to pass functions with returned error
  • nit: Better README.md

Better performance and functionality

15 Sep 01:04
Compare
Choose a tag to compare
  • Updated solution using RWMutex what leads to less memory allocation for every call.
  • Added method Call() to apply atomic operations to the value stores in the cache.

The first release

27 May 21:32
Compare
Choose a tag to compare
v1.0.0

fixed typos