gfaerie / sleep-js

Javascript html5 variant of sleep (to start with god knows where it ends up)
0 stars 0 forks source link

Examine use of google closure library #3

Open gfaerie opened 11 years ago

gfaerie commented 11 years ago

This library seems to contain alo of good stuff that might be needed:

http://docs.closure-library.googlecode.com/

Test implement it and see if it works out.

gfaerie commented 11 years ago

I added it for the priorityqueue (binary heap impl) but as I understand I really need almost all of it to use it. Not happy about that. Perhaps just rewrite binary heap impl?

gfaerie commented 11 years ago

Hmmm it seems to add alot of neat stuff. Unit testing framework for example...