Alexander
Alexander
> Let me try if it works! No problem. But I need to make a few commits to remove all external references and avoid errors. I can make a separate...
Hello @volkerdoerr We're in [brew](https://formulae.brew.sh/formula/lexbor). `brew install lexbor`. Despite the fact that I develop everything on macOS, I hadn't thought about native packages.
Hi @volkerdoerr Unfortunately `brew` is only for macOS. There are no packages for the Linux ARM yet.
Hi @vtorri GitHub creates tarballs itself. I can only place `.tar.xz` files on my server.
> btw, lexbor 2.6.0 is packaged for msys2 Awesome! Thanks!
Hi @TimWolla I think that within structures, data can be stored in any form, but if we take getters (`lxb_url_username(), lxb_url_password(), lxb_url_serialize_username() and so on`), then the values must be...
@nielsdos Interesting patch. I love any patch that improves performance. Apparently, the structure you suggest fits better in the processor cache. This is a global change, I need time to...
Hi @coolight7 Interesting, I'll try to look into it. Maybe @vtorri can help?
Hi @nielsdos I need some time to check things out, a couple days I think. Thanks for the path!
@nielsdos I am mindful of this task. I have studied the specification and it seems that the solution is a bit more complicated. In the sense that it should be...