# HG changeset patch # User Steve Losh # Date 1470414413 0 # Node ID e4beec1ba06113212c4a4d5dd20d29fe49ba7bff # Parent 1b5a923e34a99a7d75af133bb46f97e3a43db806 Update diff -r 1b5a923e34a9 -r e4beec1ba061 README.markdown --- a/README.markdown Fri Aug 05 00:35:39 2016 +0000 +++ b/README.markdown Fri Aug 05 16:26:53 2016 +0000 @@ -1031,3 +1031,8 @@ * Played around a bit with [cl-ecs][] but quickly ran into a use case it doesn't really cover. In true Lisp fashion I decided to roll my own entity/component system and got something hacked together enough to work for now. + +### 2016-08-05 + +* More work on [Silt2][]. Revamped the entity component system a bit to make it + a lot more performant. Happy with the progress so far.