Skip to content

Releases: emre1702/MTAResourceStats

Fix RAM problem

04 Nov 13:52
Compare
Choose a tag to compare

Garbage Collector of C# is too slow, so we have to force it after too many files and at the end.

Also show the version at the title.

Improved performance again

04 Nov 13:41
Compare
Choose a tag to compare

Everythings fasteeerr

Improved performance

03 Nov 21:18
Compare
Choose a tag to compare

Better performance, specially at bigger files.
Also the memory usage should be a bit lower now.

Fixed some things

03 Nov 03:57
Compare
Choose a tag to compare

The numbers should be more accurate now.

better function detection

02 Nov 15:53
Compare
Choose a tag to compare

function couldn't be detected when there were other chars than space, comma and next line.
Fixed it, now there are much more chars.

If there is something missing, please tell me (in Issues or with a pull request (funcs/Util.cs)).

Fixed comment bug

02 Nov 15:08
Compare
Choose a tag to compare

There was a bug, which couldn't really detect if something is in a single-line comment.
Also renamed the whole thing.

Rewritten - much faster!

02 Nov 00:08
Compare
Choose a tag to compare

The code got rewritten and is much faster than the previous code.

Tested:
Nearly 32x faster.

First version

01 Nov 03:54
816545d
Compare
Choose a tag to compare

Here is the first version.
Shows amount of LUA-files, other files, functions, lines, characters, comment-lines and comment-characters.
Whitespace isn't count as character or line.