ibsusu

Results 22 comments of ibsusu

@nuald Taking a look at that zig issue, I don't even like language but I think your stance of doing a big allocation inside a hotloop is pretty crazy, ngl.

I was trying to make a pull request but it wants me to sign something. Here you go. ```js it("can be sorted", function () { // Copyright: user ibsusu on...

got assignment working. check this gist for the line. https://gist.github.com/ibsusu/9a3d902bad83d23cb3b50c395e9fa1e6#file-buffer-backed-objects-js-L241 The funny thing is that using TimSort on this doesn't work. I think the reason is that assignment of the...

Got sorting working. The implementation is a bit different from the original so just pull what you need from it or use it all. It passes all of the original...

Alright, last iteration since I have a passable implementation working in my development code now. There are some things to note regarding functionality: 0. The Constructor of the AOBBO now...

It seems like you're going to handle this in the next version. I was wondering if there would be any issues if I use libcurl multi stuff with the Loop's...

I'm trying to wrap my head around what you're saying. When I referred to uWebSockets14 client the way the connections happened were with Hubs like so: ```C++ uWS14::Hub* hub =...

I would like to add that I have not dropped down into the uSockets internals much so I don't know how reusable the `us_socket_context_t` is or what can be derived...

Last post for the night, but I think that settings object would work for choosing if we're sending a get, post, or put as well if it's just an http...

OK so I looked into doing some rough socket work with uSockets and I think I understand what you're getting at by saying that the app.connect needs to understand what...