Commit Graph

60 Commits

Author SHA1 Message Date
bcb9895dc0 Upgraded to .NET 5 2020-09-20 21:49:35 +02:00
02e6994b4f Upgraded to .NET 5 2020-09-20 21:40:53 +02:00
a75596d64b Update 2020-09-20 21:37:00 +02:00
ae6aece08b Upgraded to .NET 5 2020-09-20 21:36:50 +02:00
6578d9a08e Version 1.4.0 2020-08-22 20:30:22 +02:00
b1fba18f7f Added text about store and load 2020-08-22 20:29:37 +02:00
4f038c81c5 Added test case for store and load 2020-08-22 20:26:47 +02:00
c4abad94cc Added documentation 2020-08-22 20:20:07 +02:00
b72059dfa1 Implemented store and load methods 2020-08-04 20:51:34 +02:00
0d6c719148 Implemented store and load methods 2020-08-04 20:51:13 +02:00
42b7d4349d Optimized variable 2020-08-04 20:19:35 +02:00
b124716f49 Updated 2020-08-04 19:20:57 +02:00
96b1fbf2b6 Version 1.3.0 2020-08-04 19:17:01 +02:00
75aed77272 Added tests for 2d array 2020-08-04 19:16:07 +02:00
5fc0c90b11 Fixed corner case 2020-08-04 19:15:54 +02:00
7e00a48e67 Removed unused class 2020-08-04 17:10:34 +02:00
ed9143f240 WIP: Added first 2d implementation 2020-08-03 20:06:19 +02:00
67c29abe79 Version 1.2.0 2020-08-01 20:35:23 +02:00
0968edab80 Added possibilities to use IEnumerable<T> and ICollection<T> to create an array.
Closes:
thorsten/ExaArray#1
thorsten/ExaArray#3
thorsten/ExaArray#4
2020-08-01 20:31:11 +02:00
d2ae4895c4 Added index operator for cloning a range
Closing thorsten/ExaArray#5
2020-08-01 15:48:07 +02:00
a791ad6b0a Spelling 2020-08-01 15:47:03 +02:00
de75d12140 Added extension methods 2020-08-01 15:42:18 +02:00
c5b26afad0 Added test case for corner case 2020-08-01 15:34:23 +02:00
1c30d49965 Finished create with range implementation
thorsten/ExaArray#5 (comment)
2020-08-01 15:30:06 +02:00
4dcfa391d2 Fixed test case 2020-08-01 15:29:18 +02:00
c7c77c90fb WIP: Range creation 2020-08-01 14:06:01 +02:00
242fead373 Added test cases for range creation 2020-08-01 14:05:46 +02:00
7f56894efe Added possibility to clone an existing ExaArray.
Closes thorsten/ExaArray#2 (comment)
2020-08-01 10:44:31 +02:00
8c0722be44 Added tests for invalid indices 2020-08-01 09:55:01 +02:00
3f76c61d94 Added check for invalid index 2020-08-01 09:54:31 +02:00
79eb5fc9c9 Added missed tests for extending 2020-08-01 09:34:40 +02:00
3c49516f23 Defined categories 2020-08-01 09:18:19 +02:00
de0da97e95 Changed project url to Github 2020-07-30 20:07:40 +02:00
62aa37d31f Fixed optimization. Thanks @jkotas.
https://github.com/dotnet/runtime/issues/12221#issuecomment-665815891
2020-07-30 19:53:01 +02:00
88aa920231 Updated 2020-07-29 19:38:37 +02:00
239fbd0ce0 Updated version 2020-07-29 19:27:16 +02:00
7048a6c5ff Added tests for strategy handling 2020-07-29 19:26:23 +02:00
70d069e9bd Added sampling of test results to get distribution 2020-07-29 19:23:20 +02:00
db897c51bf Added a performance test 2020-07-29 19:17:02 +02:00
59fd14f64b Implemented two strategies: Max. performance vs. max. elements 2020-07-29 19:02:28 +02:00
7330e702dd Defined two different strategies 2020-07-29 19:02:06 +02:00
9e97aa6a7d Added a fast test of 5 billion elements 2020-07-29 18:36:36 +02:00
9a7718b663 Fixed the max. number of elements
Thanks @Frassle on Github: https://github.com/dotnet/runtime/issues/12221#issuecomment-665553557
2020-07-29 18:36:05 +02:00
ee59d0de22 Update 2020-07-28 20:07:13 +02:00
eaf5903d29 Update 2020-07-28 20:05:10 +02:00
886456b8ea Update 2020-07-28 20:02:10 +02:00
af5723babf Update 2020-07-28 20:00:38 +02:00
95c27c50d0 Update 2020-07-28 19:55:02 +02:00
dcd0fb5849 Update 2020-07-28 19:50:35 +02:00
2a81a5ebd9 Update 2020-07-28 19:49:50 +02:00