rshchekotov / whats-this

Text Classification Tool
GNU General Public License v3.0
1 stars 0 forks source link

API v2 #10

Closed rshchekotov closed 1 year ago

rshchekotov commented 1 year ago

Rewrote the API for significantly improved separation and performance.

Updates are made when necessary and are not busy-waited for, but notified using the observer pattern. Classes & Objects are now more spread out across the API in order to improve readability and IDE performance.