在 C# 中动态计算外部合并排序的块大小
我正在用 C# 重构外部合并排序。当前的实现使用 50mb 的固定块大小。我想查询性能计数器并动态计算合适的块大小。我只是不确定使用哪个计数器?我是否可以获得总可用内存并使用其中的百分比,或者我是否可以找到仅适用于我的进程的可用内存并使用它?
谢谢, 尼尔
I am refactoring an external merge sort in C#. The current implementation uses a fixed chunk size of 50mb. I'd like to query the performance counters and dynamically calculate a good chunk size. I'm just not sure which counters to use? Do I get the total available memory and use a percentage of that or can I find how much is available just to my process and use that?
Thanks,
Neil
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论