Skip to content
#

memory-efficient

Here are 17 public repositories matching this topic...

tengattack
tengattack commented Mar 24, 2018

I used to review PR for my company newbies is a horrible things, especially coding style. Last year I found this parser, I decided to make a linter tool base on the parser, in order to check coding style in their PRs automatically. And now, it is no exaggeration to say it bring my back from hell coding so that I can focus on the code itself.

PHPLint: https://github.com/tengattack/phplint
This

dzmitry-lahoda
dzmitry-lahoda commented Jul 26, 2018

Span

As I understand ArrayTools consider arrays as immutable(while .NET devs have build Spans for arrays to be really immutable), may try to apply
https://github.com/dadhi/ImTools/blob/56b7f53a784c3843e4299658592d7b9340153fbc/src/ImTools/ImTools.cs#L48
https://msdn.microsoft.com/en-us/magazine/mt814808.aspx?f=255&MSPPError=-2147217396
(these are only couple percentage slower)

Would you a

Improve this page

Add a description, image, and links to the memory-efficient topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the memory-efficient topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.