SVN, Voronoi

Channel:
Subscribers:
2,700
Published on ● Video Link: https://www.youtube.com/watch?v=pVSBI-sIhmw



Duration: 56:10
37 views
0


SVN is free, perforce is not, but SVN is slower to upload 110GB of data than Perforce was, and doing everything through right click context menus (Tortoise SVN) is just a really weird way of doing source control. At that point, I'd probably just want to go back to the command line. Next up, an exploration of Git LFS.


I then sketched out the code to do a simple tile-based Voronoi solver that has a running time of O(T*C) where T is the number of tiles and C is the number of cities. Not degenerate, but not the fastest implementation. Still - fast to code counts for something, I guess.







Tags:
is50b
svn
subversion
source control
voronoi