Viewing profile — waqar144
waqar144
HN member- Joined
- Mon, Sep 19, 2016, 8:15 PM UTC
- HN karma
- -4
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About waqar144
No profile information was provided.
Recent public activity
-
comment
Comment #45032405
Please fix the performance of your website. Scrolling down is too slow and crashes my browser sometimes.
-
comment
Comment #44345443
[flagged]
-
comment
Comment #42921890
Nice, thanks a lot for sharing the knowledge.
-
comment
Comment #42918775
You keep ignoring the point. Show me how can I write a program in C# that works with a fixed size memory region, lets say 512KB. It should not do any dynamic memory allocation. Her…
-
comment
Comment #42915546
In C, I can just write the whole program without calling malloc. I write my own allocator tuned for my programs behavior, I even have multiple allocators if needed. I just have a l…
-
comment
Comment #42910601
> performance ceiling of .NET is at approximately the level of C/C++/Rust/Zig Not really. You don't have the same level of control over memory in managed languages
- comment
- story
-
comment
Comment #40050706
https://invent.kde.org/frameworks/ktexteditor/-/tree/master/...
-
comment
Comment #40048972
IIRC, you came around in the kate channel on the matrix. Unfortunately you gave up really close to getting the build successful :) I did try to help as much as I could, but I am no…
-
comment
Comment #40048947
the architecture is really simple. The buffer contigously stores a list of "blocks". Each block contains a small number of actual text lines (usually 64-128). Thus if you edit a li…
-
comment
Comment #40048929
Kate has good code integration these days, but it depends on the language. Might not be great for some languages.
-
comment
Comment #40048917
because its not very easy to come up with new designs, at least for me. On the other hand if another tool provides a good and easy to understand UI, copying it makes sense. Kate st…
- story