• Davis King's avatar
    I improved the way calls to the separation oracle get dispatched to the · 84daff63
    Davis King authored
    thread_pool.  Previously, each separation oracle call was dispatched
    to a thread individually.  This is inefficient when there are a whole
    lot of samples (and thus separation oracle calls which need to be made).
    So now entire batches of separation oracle calls are dispatched to
    each thread.  This minimizes the thread switching and synchronization
    overhead.
    84daff63
Name
Last commit
Last update
dlib Loading commit data...
docs Loading commit data...
examples Loading commit data...
tools Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...