JanEggers

Results 49 comments of JanEggers

I think @zgabi initial request is valid. there should be an option to disable arraypool.return in the library and let the user decide when to return the array. from by...

> Any reason not to move this from interface IChannel to class Channel yes. it forces this library to provide the implementation in that class. For me it is a...

> Could you elaborate a bit more about this I dont know any more facts that benifit interfaces over classes. Maybe mocking is easier. It just my opinion that interfaces...

> Update: dynamic objects which are dictionaries underneath already log as expected as objects. @omidkrad im facing the same issue, can you please provide some details how you got it...

@omidkrad thx but that didnt work for me either. I created a wrapper object like so: ``` public class ParamsWrapper : Dictionary { public ParamsWrapper(IDictionary source) : base(source) { }...

i modified the testset to generate 100_000 rows with random int values as just having 50 values repeating over and over is not realistic here are the numbers with caching...

I would really love to also support netstandard and net4.5 properly but i didnt find a parser. the spanbased parser overloads are only present in netcoreapp

> You might be able to use this. https://www.nuget.org/packages/System.Memory/ I will try it. but the utf8parser assumes utf8 encoding so we would need to convert span of char to span...

> Maybe you were talking about the member values and not the object itself. yup that is what i meant to say