SnowFlakeLeaf

Results 2 comments of SnowFlakeLeaf

感谢您的回答。我十分认同您所说如果允许Mock与测试用例解耦后产生的问题是肯定会广泛出现在各个使用TestableMock的项目中,但我认为作为一个组件,至少应该提供这方面的能力给开发者使用不是吗,我们可以在默认的用法中不建议大家这样做,但我认为提供这方面的能力是很有必要的,就好比Spring中的AOP代理机制,它的不规范滥用使用同样也会带来很多潜在的风险,但至少我们应当提供这方面的能力不是嘛。当然如果有更紧急的需求,我认为这个计划也是可以暂时先搁置的

Thank you for your reply. In addition, in the source code, I found that CuckooFilter-CompactSingle method will be invoked to migrate new filter elements and recycle filters when the deletion...