你的位置: 码友网首页 / 资讯源列表 / Optimized hierarchy traverser | Gunnar Peipman - Programming Blog

关于[Optimized hierarchy traverser | Gunnar Peipman - Programming Blog]的摘要:

My first draft of hierarchy traversing component got some serious feedback and it’s time to make some changes before moving on to next challenges. Hierarchy traverser is not optimal yet as it uses tail-call recursion and it’s easy to run to stack overflow with it. This blog post solves this problem and prepares for next challenges like node cache and continue-from-given-node.

原文地址: https://gunnarpeipman.com/sharepoint/traverse-hierarchy-optimized/

收录时间: 2019-02-25 浏览量: 1615 分类: .NET

| 0 收藏 | 0