schopenhauerz

Results 4 comments of schopenhauerz

为什么这么多人做前端呢?来一起搞后端啊。

补充,你是男是女?摸不着头脑 (: )

wouldn't the garbage collector take care of this? em, i use smart_open in High concurrency and high throughput distributed system. wait the garbage collector(python's) to deal it is not good...

@flylee85 你说的是MqPushService.java吧。 其实不是严格的时间轮实现,而是根据当前的seekTimestamp去逐个seek。 ``` // 迭代出当前 seekTimestamp 下所有数据 int count = 0; try (RocksIterator it = RDB.newIterator(CFManager.CFH_DEFAULT)) { // more code } ```