Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
3265f045d1
add in xorshift rand function. begin reworking job queue to use cell entry pointers instead of just cells so results can be posted directly to the relevant entry
edda3761d1
more progress on drafting the worker thread model, get job batch func, etc...
7c4f089f2e
should refer to faces array directly (not pointer to pointer)
1c7a9900be
pool allocation. not working. not sure why. will travel back in time...
75e72ba9ca
cleanup build. add demo project. add timing features to sync. switch to more std::string and std::vector usage over custom, hacky Array template