Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-20 | Added a typedef to the cache, and most list manipulation functions now return | Mike Buland | |
a reference to the list, so you can chain appends and whatnot. | |||
2009-08-14 | Massive freaking changes!!! | Mike Buland | |
Bu:;SharedCore actually is in and works, it's well tested and there are no known memory leaks or violations as of now. It's been applied to Bu::List and Bu::FBasicString so far. This means that everything using Bu::List and Bu::FBasicString will be much, much faster and use considerably less memory. I still have plans to apply this to Hash and maybe a couple of other core classes. |