Skip to content

Commit

Permalink
Prepare for 0.9.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonaba committed Mar 2, 2014
1 parent 19b528d commit c1ad5bd
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 29 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ git clone git://github.com/Yonaba/30log.git

###Archive

* __Zip__: [0.9.0](https://github.com/Yonaba/30log/archive/30log-0.9.0.zip) ( *latest stable, recommended* ) | [older versions](https://github.com/Yonaba/30log/tags)
* __Tar.gz__: [0.9.0](https://github.com/Yonaba/30log/archive/30log-0.9.0.tar.gz) ( *latest stable, recommended* ) | [older versions](https://github.com/Yonaba/30log/tags)
* __Zip__: [0.9.1](https://github.com/Yonaba/30log/archive/30log-0.9.1.zip) ( *latest stable, recommended* ) | [older versions](https://github.com/Yonaba/30log/tags)
* __Tar.gz__: [0.9.1](https://github.com/Yonaba/30log/archive/30log-0.9.1.tar.gz) ( *latest stable, recommended* ) | [older versions](https://github.com/Yonaba/30log/tags)

###LuaRocks

Expand Down
54 changes: 27 additions & 27 deletions performance/results.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ Platform : x64
````

````
01. Creating a class (100000x): 0.513s 41438 kiB
02. Creating an instance (function call style) (100000x): 0.769s 61369 kiB
03. Creating an instance (using new()) (100000x): 0.654s 60345 kiB
04. Direct access to instance attribute (100000x): 0.007s 0000 kiB
05. Accessing instance attribute through getter (100000x): 0.016s 0000 kiB
06. Accessing instance attribute through setter (100000x): 0.017s 0000 kiB
07. Extending from a class (100000x): 0.711s 60345 kiB
08. Indexing inherited attribute (1-lvl depth) (100000x): 0.008s 0000 kiB
01. Creating a class (100000x): 0.510s 0006 kiB
02. Creating an instance (function call style) (100000x): 0.610s 0000 kiB
03. Creating an instance (using new()) (100000x): 0.603s 0002 kiB
04. Direct access to instance attribute (100000x): 0.007s 003 kiB
05. Accessing instance attribute through getter (100000x): 0.015s 0000 kiB
06. Accessing instance attribute through setter (100000x): 0.015s 0000 kiB
07. Extending from a class (100000x): 0.653s 0000 kiB
08. Indexing inherited attribute (1-lvl depth) (100000x): 0.008s 002 kiB
09. Calling inherited method (1-lvl depth) (100000x): 0.015s 0000 kiB
10. Calling inherited setter method (1-lvl depth) (100000x): 0.016s 0000 kiB
10. Calling inherited setter method (1-lvl depth) (100000x): 0.015s 0000 kiB
````


Expand All @@ -36,14 +36,14 @@ Platform : x64
````

````
01. Creating a class (100000x): 0.332s 33844 kiB
02. Creating an instance (function call style) (100000x): 0.402s 47529 kiB
03. Creating an instance (using new()) (100000x): 0.543s 48041 kiB
04. Direct access to instance attribute (100000x): 0.003s 0000 kiB
05. Accessing instance attribute through getter (100000x): 0.006s 0000 kiB
06. Accessing instance attribute through setter (100000x): 0.005s 0000 kiB
07. Extending from a class (100000x): 0.663s 47017 kiB
08. Indexing inherited attribute (1-lvl depth) (100000x): 0.003s 0000 kiB
01. Creating a class (100000x): 0.173s 002 kiB
02. Creating an instance (function call style) (100000x): 0.188s 0007 kiB
03. Creating an instance (using new()) (100000x): 0.184s 001 kiB
04. Direct access to instance attribute (100000x): 0.003s 002 kiB
05. Accessing instance attribute through getter (100000x): 0.005s 0000 kiB
06. Accessing instance attribute through setter (100000x): 0.006s 0000 kiB
07. Extending from a class (100000x): 0.209s 0005 kiB
08. Indexing inherited attribute (1-lvl depth) (100000x): 0.003s 005 kiB
09. Calling inherited method (1-lvl depth) (100000x): 0.006s 0000 kiB
10. Calling inherited setter method (1-lvl depth) (100000x): 0.005s 0000 kiB
````
Expand All @@ -56,14 +56,14 @@ Platform : x64
````

````
01. Creating a class (100000x): 0.468s 48316 kiB
02. Creating an instance (function call style) (100000x): 0.822s 79580 kiB
03. Creating an instance (using new()) (100000x): 0.748s 80604 kiB
04. Direct access to instance attribute (100000x): 0.006s -001 kiB
05. Accessing instance attribute through getter (100000x): 0.014s -001 kiB
06. Accessing instance attribute through setter (100000x): 0.018s -001 kiB
07. Extending from a class (100000x): 0.768s 78556 kiB
08. Indexing inherited attribute (1-lvl depth) (100000x): 0.006s -001 kiB
09. Calling inherited method (1-lvl depth) (100000x): 0.014s -001 kiB
10. Calling inherited setter method (1-lvl depth) (100000x): 0.018s -001 kiB
01. Creating a class (100000x): 0.363s 001 kiB
02. Creating an instance (function call style) (100000x): 0.662s 0009 kiB
03. Creating an instance (using new()) (100000x): 0.670s 001 kiB
04. Direct access to instance attribute (100000x): 0.006s 001 kiB
05. Accessing instance attribute through getter (100000x): 0.014s 001 kiB
06. Accessing instance attribute through setter (100000x): 0.017s 001 kiB
07. Extending from a class (100000x): 0.686s 0000 kiB
08. Indexing inherited attribute (1-lvl depth) (100000x): 0.005s 001 kiB
09. Calling inherited method (1-lvl depth) (100000x): 0.014s 001 kiB
10. Calling inherited setter method (1-lvl depth) (100000x): 0.018s 001 kiB
````
3 changes: 3 additions & 0 deletions version_history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#Version history#

##0.9.1 (03/02/2014)
* Internal objects/classes registers made tables with weak keys.

##0.9.0 (02/07/2014)
* Added `class.is` and `instance.is` to inspect inheritance relationship between two objects.
* Removed spaces in class/instance tostring output.
Expand Down

0 comments on commit c1ad5bd

Please sign in to comment.