Tyler Boone
Tyler Boone
As a note: I tried different sorting options, but was limited because FileHistory doesn't support None or Reverse: ``` System.ArgumentException: Unsupported sort strategy. Only 'Topological', 'Time', or 'Topological | Time'...
Just submitted a proposed solution. The change to FileHistory make it run in 14 seconds instead of 80, the change in Tree got it down to about 8 seconds. I...
Oh wow, I remember doing this ages ago. Yeah, this was a massive performance improvement for some work I was doing where I was programmatically calculating file ownership based on...
I don't think client performance and page load speed is a big concern with this project. Personally I think it would be simpler to just use js+jquery, but I don't...