Gráfico de commits

  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • *
  • e1ecc51 (HEAD -> master) Implemented parallel iterator for 'HashSet' and 'BinaryHeap' by Bergmann89 2020-11-19 23:01:58 +0100
  • c705350 Implemented 'with_min_len' and 'with_max_len' operation by Bergmann89 2020-11-19 22:00:23 +0100
  • 18e7fc5 Implemented 'rev' operation by Bergmann89 2020-11-19 21:53:20 +0100
  • faf0636 Implemented 'position_any', 'position_first' and 'position_last' operation by Bergmann89 2020-11-19 21:10:14 +0100
  • 96bca36 Implemented 'skip' operation by Bergmann89 2020-11-19 19:40:00 +0100
  • 3e7fab9 Implemented 'enumerate' operation by Bergmann89 2020-11-19 19:17:40 +0100
  • 60df99f Implemented 'cmp', 'partial_cmp', 'eq', 'ne', 'lt', 'le', 'gt' and 'ge' operation by Bergmann89 2020-11-18 23:32:44 +0100
  • 112d3f0 Implemeneted 'chunks' operation by Bergmann89 2020-11-18 22:20:42 +0100
  • 70f70e4 Implemented 'interleave', 'interleave_shortest' and 'take' operation by Bergmann89 2020-11-18 20:17:52 +0100
  • c6344d7 Implemented 'zip' and 'zip_eq' operation by Bergmann89 2020-11-18 01:48:03 +0100
  • 592aaeb Implemented 'WithProducer' and 'WithIndexedProducer' traits by Bergmann89 2020-11-18 01:26:33 +0100
  • f6a443a Implemented 'WithSetup' trait by Bergmann89 2020-11-17 23:42:15 +0100
  • 3d19f2c Implemented 'with_splits' modificator by Bergmann89 2020-11-15 22:33:18 +0100
  • 114488f Implemented 'intersperse' operation by Bergmann89 2020-11-15 18:09:45 +0100
  • a685b6e Implemented 'partition' and 'partition_map' operation by Bergmann89 2020-11-15 01:46:59 +0100
  • 1f789d1 Implemented 'unzip' operation by Bergmann89 2020-11-11 23:09:32 +0100
  • 873b9e8 Renamed 'inner' into 'iter' by Bergmann89 2020-11-10 22:42:07 +0100
  • 21b627e Implemented 'panic_fuse' operation by Bergmann89 2020-11-10 22:40:26 +0100
  • 64bc0fc Implemented 'while_some' operation by Bergmann89 2020-11-10 21:50:58 +0100
  • c888d86 Implemented 'any' and 'all' operation by Bergmann89 2020-11-10 18:58:07 +0100
  • ea02795 Implemented 'find_map_any', 'find_map_first' and 'find_map_last' operation by Bergmann89 2020-11-10 18:42:27 +0100
  • b4702aa Implemented 'find_any', 'find_fist' and 'find_last' operations by Bergmann89 2020-11-10 17:55:43 +0100
  • 0d84424 Implemented 'min_by_key' and 'max_by_key' operation by Bergmann89 2020-11-08 23:20:15 +0100
  • 07cdb95 Implemented 'chain' operation by Bergmann89 2020-11-07 23:58:25 +0100
  • de837c0 Implemented 'max' and 'max_by' operation by Bergmann89 2020-11-07 21:13:31 +0100
  • 4bca6ce Implemented 'min' and 'min_by' operation by Bergmann89 2020-11-07 21:10:40 +0100
  • 7230f8b Implemented 'reduce_with' and 'try_reduce_with' operation by Bergmann89 2020-11-07 20:28:53 +0100
  • 8cd0a76 Implemented 'count' operation by Bergmann89 2020-11-07 19:56:04 +0100
  • 3a53ba3 Implemented 'sum' and 'product' operation by Bergmann89 2020-11-07 12:10:23 +0100
  • 60b6b79 Implemented 'flat_map_iter' and 'flatten_iter' operation by Bergmann89 2020-11-07 11:25:27 +0100
  • 6653dd4 Implemented 'try_fold' and 'try_fold_with' operation by Bergmann89 2020-11-07 10:58:17 +0100
  • ad88c70 Implemented 'fold' and 'fold_with' operation by Bergmann89 2020-11-07 00:22:31 +0100
  • 8b7930c Implemented 'filter_map' operation by Bergmann89 2020-11-06 22:42:33 +0100
  • a76bb62 Implemented 'filter' operation by Bergmann89 2020-11-06 22:22:04 +0100
  • 1d6536e Implemented 'update' operation by Bergmann89 2020-11-06 22:11:15 +0100
  • a79f615 Implemented 'inspect' operation by Bergmann89 2020-11-06 21:59:20 +0100
  • 2a323b8 Implemented 'copied' operation by Bergmann89 2020-11-06 21:37:23 +0100
  • e405753 Implemented 'cloned' operation by Bergmann89 2020-11-06 21:33:21 +0100
  • 8c375d5 Implemented parallel iterator for slices by Bergmann89 2020-11-06 20:47:33 +0100
  • a72cf24 Implemented parallel iterator for 'Vec' by Bergmann89 2020-11-06 00:45:48 +0100
  • 406218f Merged 'Consumer' and 'IndexedConsumer' by Bergmann89 2020-11-06 00:03:17 +0100
  • d46867c Implemented range iterator for all other numeric types by Bergmann89 2020-11-05 22:41:40 +0100
  • 6190e93 Implemented 'try_for_each', 'try_for_each_with' and 'try_for_each_init' operation by Bergmann89 2020-11-05 21:31:43 +0100
  • 5eb078c Implemented 'try_reduce' operation by Bergmann89 2020-11-05 17:17:55 +0100
  • 51a8b1c Implemented 'reduce' operation by Bergmann89 2020-11-05 16:49:55 +0100
  • a714d58 Implemented 'for_each_init' operation by Bergmann89 2020-11-05 16:12:45 +0100
  • ecf6ebd Implemented 'for_each_with' and 'collect' operation by Bergmann89 2020-11-05 16:06:01 +0100
  • cec8cd0 Implemented 'map_init' operation by Bergmann89 2020-11-04 23:20:20 +0100
  • ac8b449 Implemented 'map_with' operation by Bergmann89 2020-11-04 22:35:23 +0100
  • a661d20 Implemented tokio executor by Bergmann89 2020-11-04 21:42:08 +0100
  • 2610236 Refactored executor and implemented map operation by Bergmann89 2020-10-30 16:05:39 +0100
  • 5fb9e8f Implemented core features for async parallel iterator crate called asparit by Bergmann89 2020-10-26 19:56:41 +0100
  • f89258c Implemented basics of parallel iterator by Bergmann89 2020-10-25 20:58:56 +0100
  • 76c0469 Implemented local spawned systems by Bergmann89 2020-10-25 04:51:54 +0100
  • 3658c93 Implemented async systems by Bergmann89 2020-10-25 03:08:41 +0100
  • f6a2f34 Implemented join for fetched resources by Bergmann89 2020-10-25 01:29:54 +0200
  • 5d92798 Implemented dispatcher by Bergmann89 2020-10-24 01:06:58 +0200
  • f17497d Implemented creation of entities and components by Bergmann89 2020-10-22 00:30:32 +0200
  • ee86613 Implemented basic read and write accessors by Bergmann89 2020-10-21 22:56:06 +0200
  • 82fc3f9 Implemented basic world, storage and component by Bergmann89 2020-10-21 21:49:23 +0200
  • 0b0622b Implemented Derive for SystemData by Bergmann89 2020-10-20 23:58:51 +0200
  • b476810 Initial Commit by Bergmann89 2020-10-20 23:34:13 +0200