Lucas Hansen

Results 9 comments of Lucas Hansen

https://github.com/meteor/meteor/blob/devel/packages/ejson/ejson.js#L176 should also check that `typeof obj === 'object'` Side note: All of the time spent running `adjustTypesToJSONValue` is spent running `Object.keys`... it also causes a fair amount of garbage...

The oplog observe driver falls back to the polling observe driver on ordered callbacks. Perhaps redis oplog should just do this as well.

Oh nice, this one https://github.com/cult-of-coders/redis-oplog/pull/283 ?

@theodorDiaconu #283 has better performance?

I think that this may be related to a Chrome bug: https://code.google.com/p/chromium/issues/detail?id=442318

Does the discrepancy disappear if you use the "Codex" tab in the tokenizer web app? In my own tests, both `text-davinci-002` and `text-davinci-003` appear to be using the Codex tokenizer....

Not sure I have the time to make a benchmark, but thanks for responding!

Looks like [pytubefix](https://github.com/juanbindez/pytubefix) (a fork of pytube) still works.