1. e64dad7 Revert "Merge tag '1.4.3'" by Aurimas Liutikas · 3 years ago
  2. 41a2e30 Update copyright year (#2520) by Vsevolod Tolstopyatov · 3 years, 4 months ago
  3. 727c38f Restore thread context elements when directly resuming to parent (#1577) by Roman Elizarov · 3 years, 4 months ago
  4. e16eb9d Update experimental declarations (#2316) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  5. 9587590 Combine and zip rework (#2308) by Vsevolod Tolstopyatov · 3 years, 7 months ago
  6. 8773a26 Breaking: Get rid of atomic cancellation and provide a replacement (#1937) by Roman Elizarov · 3 years, 8 months ago
  7. 964cd92 Transition to the Gradle kts by Victor Turansky · 4 years, 1 month ago
  8. b42f986 Flow.transformWhile operator (#2066) by Roman Elizarov · 3 years, 10 months ago
  9. 4511c23 Restore java configuration for 'benchmarks' (#2027) by Victor Turansky · 4 years ago
  10. 1beebf1 'reactor_vesion' -> 'reactor_veRsion' (#1976) by Victor Turansky · 4 years, 1 month ago
  11. 0f15812 Kts transition (#1951) by Vsevolod Tolstopyatov · 4 years, 1 month ago
  12. 9cbad7d Enable strict explicit mode (#1877) by Vsevolod Tolstopyatov · 4 years, 2 months ago
  13. 03f4e84 Reusable continuation leak (#1858) by Vsevolod Tolstopyatov · 4 years, 3 months ago
  14. 6d1a6e3 Update copyright year by Vsevolod Tolstopyatov · 4 years, 3 months ago
  15. fe15b6d Flow.flattenMerge benchmark (#1464) by fmixing · 4 years, 5 months ago
  16. cbd5b1c Merge pull request #1652 from Kotlin/scheduler-changes by Vsevolod Tolstopyatov · 4 years, 6 months ago
  17. d77c17c Improve performance of task acquisition by Vsevolod Tolstopyatov · 4 years, 7 months ago
  18. 5202a8b Regroup benchmarks and adapt them to structured concurrency, cleanup CoroutineScheduler by Vsevolod Tolstopyatov · 4 years, 8 months ago
  19. ef199d1 Updated flow benchmark results to 1.3.60 by Roman Elizarov · 4 years, 6 months ago
  20. 946e578 Introduce reusable cancellable continuations for hot loops with channels (#1534) by Vsevolod Tolstopyatov · 4 years, 8 months ago
  21. bd7c030 Optimize Flow.take (#1538) by Vsevolod Tolstopyatov · 4 years, 8 months ago
  22. 0342a0a Restore context preservation invariant in flatMapMerge (#1452) by Vsevolod Tolstopyatov · 4 years, 9 months ago
  23. 253e8eb Add fast `Semaphore`. by Nikita Koval · 5 years ago
  24. d811d3a Do not fill in stacktrace in AbortFlowException, update benchmark results by Vsevolod Tolstopyatov · 5 years ago
  25. 78f3e23 Safe flow benchmark by Vsevolod Tolstopyatov · 5 years ago
  26. c438a0e Numbers benchmark that exposes some of Flow weaknesses by Vsevolod Tolstopyatov · 5 years ago
  27. c42d338 Reactive scrabble benchmarks by Vsevolod Tolstopyatov · 5 years ago
  28. 74b250f Add a JMH producer-consumer benchmark for channels by Nikita Koval · 5 years ago
  29. 63d1d1b Use https in documentation and builds by Roman Elizarov · 5 years ago
  30. e50a0fa Migration to new multiplatorm plugin (#947) by Vsevolod Tolstopyatov · 5 years ago
  31. a230fcf Do not yield in CoroutineScheduler during transition to the idle state, introduce system properties to tune this behaviour. by Vsevolod Tolstopyatov · 5 years ago
  32. ae85797 Cache result of ThreadContext#foldAll in the field of DispatchedCoroutine to avoid context fold in tight loops by Vsevolod Tolstopyatov · 6 years ago
  33. ca98207 Fix benchmarks compilation by Vsevolod Tolstopyatov · 6 years ago
  34. 1f7b2d8 Make all API internal where it is possible by Vsevolod Tolstopyatov · 6 years ago
  35. 0950dfa Migrate to Kotlin 1.3 coroutines, drop experimental from package by Roman Elizarov · 6 years ago
  36. f284dfc Benchmarks improvements: by Vsevolod Tolstopyatov · 6 years ago
  37. c32579e Coroutines guide and IU guide update for stuctured concurrency by Roman Elizarov · 6 years ago
  38. 73d1e46 Introduce ChannelSinkBenchmark by Vsevolod Tolstopyatov · 6 years ago
  39. e5b2523 Update missing copyrights by Vsevolod Tolstopyatov · 6 years ago
  40. 305c66a Generate proper benchmarks jar by Vsevolod Tolstopyatov · 6 years ago
  41. 811c658 Delete kotlinx.io benchmark by Vsevolod Tolstopyatov · 6 years ago
  42. e0cf38f Get rid of unnecessary println in tests by Vsevolod Tolstopyatov · 6 years ago
  43. e051c33 kotlinx-coroutines-io module removed, it has moved to kotlinx.io by Roman Elizarov · 6 years ago
  44. 9542f1c Scheduler tests fixed: by Vsevolod Tolstopyatov · 6 years ago
  45. 3ac73f6 Merge branch 'develop' into coroutines-scheduler-forcepush by Vsevolod Tolstopyatov · 6 years ago
  46. 18a9134 Improved tasks dispatching: by Vsevolod Tolstopyatov · 6 years ago
  47. b23729e Introduce support for blocking tasks and dynamic scheduler sizing by Vsevolod Tolstopyatov · 6 years ago
  48. 94c587f Adaptive spinning, parking and load balancing mechanism: by Vsevolod Tolstopyatov · 6 years ago
  49. e03221a Benchmark for measuring scheduler overhead by Vsevolod Tolstopyatov · 6 years ago
  50. 98b04d4 MVP of new coroutine scheduler by Vsevolod Tolstopyatov · 6 years ago
  51. fc87803 Introducing scheduler-sensitive benchmarks by Vsevolod Tolstopyatov · 6 years ago
  52. 1f74a2d Updated copyright to short template and year 2018 across all files by Roman Elizarov · 6 years ago
  53. 931587a Improve test coverage of CancellableCoroutine, add benchmark by Vsevolod Tolstopyatov · 6 years ago
  54. 7831716 IO: introduce non-flushing joinTo by Sergey Mashkov · 6 years ago
  55. 060f36a IO: fix too expensive joinTo fast-path by Sergey Mashkov · 7 years ago
  56. 25bc365 IO: add more benchmarks by Sergey Mashkov · 7 years ago
  57. 8d69c7c IO: channel benchmark by Sergey Mashkov · 7 years ago
  58. a518696 Migrate build to gradle by Kirill Timofeev · 7 years ago
  59. 5576686 Version 0.19.2 by Roman Elizarov · 7 years ago
  60. 0a28c5f Version 0.19.1 by Roman Elizarov · 7 years ago
  61. 2dafc49 Version 0.19 by Roman Elizarov · 7 years ago
  62. 5400ace Version 0.18 by Roman Elizarov · 7 years ago
  63. a1ff3bd Version 0.17 by Roman Elizarov · 7 years ago
  64. 43e3af7 Rename CoroutineContext.context to coroutineContext by Roman Elizarov · 7 years ago
  65. 777cce1 Don't deploy benchmarks by Roman Elizarov · 7 years ago
  66. 4f69102 Prepare for development of version 0.16 by Roman Elizarov · 7 years ago
  67. 91d77c2 Updated version to 0.15-SNAPSHOT by Roman Elizarov · 7 years ago
  68. 1117850 Ping-Pong (two-actor) benchmark (including Akka) by Roman Elizarov · 7 years ago
  69. 44e9b49 Benchmarks for "Shared mutable state and concurrency" section of the guide by Roman Elizarov · 7 years ago