Jan Ph. H.

Results 466 comments of Jan Ph. H.
trafficstars

see [here](https://github.com/ziglang/zig/issues/476#issuecomment-767807782) for downsides.

> Could you give an example of representative embedded hardware? Probably more common ones are ARMv7, which can be used with different compatible DRAM sizes. Typical are here 512 MB....

There is currently some stuff missing for ARM what the ABI mandates, so if you run into problems, let me know or [complete the things yourself](https://github.com/ziglang/zig/issues/14634).

Sounds awesome. I'm super curious on the SWAR techniques and on the perf graph once you feel it is ready to be shown. :)

The provided stackoverflow example is only to speed up tree traversal, ie for DFS, say to compare two ASTs structurally by keeping an extra index into the next subtree. This...

Wow @00JCIV00, thanks a lot. This looks like an exciting first iteration. I think practical usage might be needed to decide, if this satisfies sufficiently (formally) the necessary cases of...

> When you say "dependency" in this context, what are you referring to specifically? Sorry for the super late response. I've not been too well the last 2-3 weeks. A...

> Does this accurately capture what you mean? And, more importantly, are the current solutions sufficient for your theoretical use case? Yes. LGTM and powerful enough. Sidenode: There was a...

Suggestion to close this and reopen, once [multiple windows](https://github.com/alacritty/alacritty/issues/607) landed. Especially design concerns regarding speed and feature creep may be better evaluated then.

@jbyuki I dont quite understand the idea behind the code separations yet, I would rename everything with appendix '_utf' and duplicate logic before unifying. Or do you have other opinions?...