Skip to content

Releases: bharatkumarR/enhanced-api

v1.0-beta.1

07 Apr 07:06
Compare
Choose a tag to compare
v1.0-beta.1 Pre-release
Pre-release

This release contains a basic version of enhanced API. This contain a EventBasedList and TimeOutMap.
EventBasedList helps to listen to the events of the lists like add / removal of elements.
TimOutMap can be used when values inside map should be cleared after a certain specified time.

[link to Java Docs!]https://codingboysuraj.github.io/enhanced-api/index.html)

There is need for further enhancements to optimize the timeouts check in map, which can intelligently derive sliding window based on the timeout configured, this helps thread to go into sleep. Need to verify the list / map with different scenarios by adding UT's to optimize the concurrent modifications.