https://kotlinlang.org logo
#feed
Title
# feed
e

Evgeniy Zaharov

09/17/2018, 7:17 AM
“And the winner was…Go” 😅
a

Albert

09/17/2018, 8:29 AM
Some question I have got from this: "_we speculate that this may be due to the context switches involved in passing data between the network, coroutine execution and JDBC query thread pools that the implementation used. Such context switching was unnecessary in both the Go and Ruby implementations._" - Why wasn't these context switching necessary in other langues? - Which implementation of JDBC pool did you use?
c

chi

09/17/2018, 10:44 AM
I wasn't the author of the article @Albert simple smile
v

voddan

09/17/2018, 12:41 PM
we speculate [lower performance] may be due to the context switches
The Arrow functional-programming library was used extensively to facilitate a mostly-functional style
🤔 🧌
j

Jeremy Rempel

09/17/2018, 6:26 PM
Seems like they made a subjective argument based on coding styles that fit their team
👍 1
a

aandreyev

09/18/2018, 11:11 AM
1. "Frameworks were avoided in the code" 2. "The Arrow functional-programming library was used extensively to facilitate a mostly-functional style" and then surprise! "end up with difficult-to-read code"
3 Views