11 Commits

Author SHA1 Message Date
Gabriel Tofvesson
9c014689a1 Major update
Fixed major bug in Async when constructing a new object causing an infinite loop
Added an Async constructor for constructing a new object without parameters
Async is now generic and return type of await() is also generic!
2016-11-03 22:45:01 +01:00
Gabriel Tofvesson
28c9b3b8e7 Minor update
Added method to get file of a supplied class.
2016-11-02 23:21:04 +01:00
Gabriel Tofvesson
533ee3e89b Minor improvements
- Added some simpler constructors to Async
2016-11-02 22:06:23 +01:00
Gabriel Tofvesson
3a1b73061e Minor improvements 2016-11-01 21:32:36 +01:00
Gabriel Tofvesson
d7660799be Removed ShiftingMap (project for another day)
Removed Shifting Set
Removed Shifting Entry
Added Shifting List inheriting most of it's functionality from the Shifting Set
Optimized load balancing algorithm to ensure that array isn't unnecessarily resized
Optimized load balancing algorithm by simplifying load calculation
Added new List Iterator in addition to regular Iterator
2016-10-31 22:12:39 +01:00
d7d49e8ee2 Complete rewrite of shifting map code:
Added shifting set as separate public class
  Added "Empty" class for internal references
  Added shifting entry for static array reference to shifting set
2016-10-31 01:47:37 +04:00
4b0a7d6627 ShiftingList -> ShiftingMap
ShiftingMap: Fixed bug causing maps added to Map to become misaligned.
2016-10-26 13:21:17 +04:00
Gabriel Tofvesson
294b29d839 - Added ShiftingList
Features:
 - Fixed size
 - Load prediction and memory allocation optimization
   - Uses previous input to estimate future load
   - Allocates memory according to previous input and a user-changeable constant
 - Custom data handling with optimization for this specific case
2016-10-24 21:54:38 +02:00
Gabriel Tofvesson
33e4010db0 Removed bad files 2016-10-23 22:20:05 +02:00
Gabriel Tofvesson
dde414c400 Removed bad files 2016-10-22 20:40:23 +02:00
f086a9b19d Initial commit 2016-10-22 21:36:45 +04:00