George Turkin

Results 19 comments of George Turkin

Sending the whole world state every tick is extremely inefficient and practically useless. Try to send as little information as possible. For example, only send positions of the objects that...

Any news here?

Here is the benchmark result on my 2,3 GHz 8-Core Intel Core i9 (firefox 82.0b) Name | avg ms/frame | 5th %ile | 95th %ile | Ratio -- | --...

@flyover, have you tried something like [Map](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) or [Set](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) for storage purposes? I think it will iterate much faster than the current approach. Also, they both don't require iteration for...

Nope, looks like there is a problem with types. `text` property of `content` should be optional, but it does not exist.

I did exactly what you said, but I still get the error. What version of typescript are you using? I could make it work with a direct type cast, but...

Can anyone please explain what does a 2d physics engine (box2d) has to do with stock trading?

> @dkeele I thought I should let the autoModule true. I will give this another try and let you knkw Did it work?