Vincent Lagerros

Results 21 comments of Vincent Lagerros

Did a inf terrain realtime edit, https://youtu.be/_1c_wpa-d50

> > > > Did a inf terrain realtime edit, https://youtu.be/_1c_wpa-d50 > > Amazing, do you have this in repository? I'd like to take a peek in your code if...

> What were your Odin build settings? Not specified, only `odin build .` Is there some release flag I am unaware of, because I don't find any in build -help

Neither printing nor -o:speed changes the result, it is still a magnitude slower. For reference when comparing py and odin I get `odin: 14.502 s vs py: 1.206 s` on...

No, python *cant* optimize this with small integers as catlan numbers grow really large really fast. Just n=37 will use more than bits than can fit into a u64 and...

Just as an example how the stdlib of odin does not seam to be optimized the _itoa_raw_full does a a division by radix for every char. ![image](https://github.com/user-attachments/assets/2595fbc1-fa99-48cd-b9c0-3952a6210789) This is way...

That makes sense, but I doubt I can do a high quality PR when I have only been programming in odin for a few hours. However I can say that...

Question related to: #2700 - Cubic Demo Q: Is this service a free or is there a paid version? Moreover, can be hosted locally with your own LLM? A: No,...

I implemented this by using `lspProject.addServerDefinition` on a custom object where `object : LanguageServerDefinition` implemented `createConnectionProvider::start` to start the process. Then hooked up the `process.outputStream` to `StreamConnectionProvider.outputStream` and `process.inputStream` to...

> brother, thanks for patient with me,I am facing a new and annoying problem. > Perhaps we could call it problems, but the basic thing is > > java.lang.StringIndexOutOfBoundsException: Column...