HackerTrans
热门最新趋势评论往期问答秀出招聘

pathsjs

no profile record

评论

pathsjs
·2年前·讨论
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
·10年前·讨论
In Nim, each thread has its own heap :-)
pathsjs
·11年前·讨论
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)