sibber
sibber
CC#
Created by tired_weirdo_girl on 2/16/2025 in #help
difference between `struct` and `ref struct`
if you have any questions after reading that article feel free to ask
4 replies
CC#
Created by tired_weirdo_girl on 2/16/2025 in #help
difference between `struct` and `ref struct`
i think this explains it pretty well
4 replies
CC#
Created by tired_weirdo_girl on 2/16/2025 in #help
difference between `struct` and `ref struct`
4 replies
CC#
Created by wasabi on 2/7/2025 in #help
Invoking NodeJS from C#
or a named pipe maybe
16 replies
CC#
Created by wasabi on 2/7/2025 in #help
Invoking NodeJS from C#
maybe grpc
16 replies
CC#
Created by wasabi on 2/7/2025 in #help
Invoking NodeJS from C#
ipc is an option
16 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
it does match
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
oh oops i forgot to set the start lmao
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
wdym, it literally creates a span starting at the start index you pass
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
not sure why they havent added a public api for it yet
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
but you can pass a beginning and a lenght, it creates a span internally
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
thats a bit weird
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
for like 99% of use cases
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
because .net regex is very fast, theres no reason to use re2
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
use .net's regex then :when:
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
but you do you
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
you can just use that benchmark it doesnt take much time
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
i mean you seem to need it so badly that youre using an unmaintained library for a third party regex engine
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
44 replies
CC#
Created by Big Chungus on 2/4/2025 in #help
Fast regex that takes in a span instead of a string
time to benchmark then
44 replies