Asher
Fast regex that takes in a span instead of a string
if you compile this to a DLL what i said should be possible but keep in mind it might be platform specific tho i doubt it, it sounds more complicated than what i make it out to be, this is the signature i think youre looking for though:
https://github.com/google/re2/blob/6dcd83d60f7944926bfd308cc13979fc53dd69ca/re2/re2.cc#L423
33 replies
MonoGame - inheritance implementation.
in general from what I know most libraries or engines when creating some base class will expect you to override certain functions but if you really want to get a grasp on inheritence I'd argue you should be making the base class with an actual use case
19 replies
UdpClient doesn't receive data with ReceiveAsync but does with BeginReceive
I might take a look at the .net library source to see exactly how ReceiveAsync works so I might get a clue or try to use
Socket
instead of UdpClient
thats like my other 2 options right now but I can't for the life of me figure out why this hangs14 replies