HackerTrans
TopNewTrendsCommentsPastAskShowJobs

pathsjs

no profile record

comments

pathsjs
·2 वर्ष पहले·discuss
I mean, isn't it trivial? For instance, you can make any Euler characteristic you want by making a cell complex with a 1-cells and b 2-cells and then the Euler characteristic will be 1 + b - a. Am I missing something? If this is the problem and this is how the model looks for a solution, yes, it is overcomplicating things.
pathsjs
·11 वर्ष पहले·discuss
Akka actors are multiplexed on real JVM threads. So they implement a cooperative model of threading (i.e. you'd better not block for long inside the body of an actor)