Skip to content

Releases: miguelpinia/load-balancing-algorithms

1.8.2

24 Jan 18:57
Compare
Choose a tag to compare

Update name for files of experiments on single core.

1.8.1

02 Jan 18:16
Compare
Choose a tag to compare
  • Update generated charts
  • Update code to reduce GC exceptions on large experiments.
  • Replace AtomicArrays by primitive type arrays.
  • Add "optimized" versions of algorithms.

Release 1.6.0

15 Oct 18:31
Compare
Choose a tag to compare
  • Allows set the initial size for the datastructures of the work-stealing algorithm used in spanning tree.
  • Unify arrays in B_WS_NC algorithm.
  • Build versions list of arrays for WS_NC, B_WS_NC and Unify B_WS_NC.
  • Adds information about the use and compilation (in spanish)

Release 1.5.0

25 Sep 17:11
Compare
Choose a tag to compare
  • Updated the way the parameters are passed to the application
  • Added argparser to the python chart generator.
  • Resizing of the data structure for WSNCMULT and BWSNCMULT when is necessary.

Release 1.4.0

13 Sep 18:12
Compare
Choose a tag to compare
  • Usage of json for sending properties to the application (#14)
  • Added experiment for count the time for each steal done (#10)
  • Added experiment for count the time done by puts and steals (#7)
  • Added experiment for count the time done by puts and takes (#16)
  • Added experiment for count the time done by puts, takes and steals (#17)