silenus-dionysus

Results 55 comments of silenus-dionysus

I am examining this one and the similar array_t problem. I am wondering if an idea might be to change mapping_t to unordered_map along with changing from a pointer type...

I actually came up with a scheme to get the datatypes generated by the vm to garbage collect and thus implement a garbage collector. However it currently relies on using...

I was looking over the code for this and it looks like it could be overhauled a bit. The implementation as it stands seems to alloc a fresh piece of...

Could we see the code? Currently doing this modification looks relatively easy. I am not sure what the gains would be other than somewhat cleaner code that is arguably more...

I actually did this in a not so clean way but haven't quite tested it yet. I have been trying to get dead souls 3.8.6. working. It is kind of...

I might be inspired a bit by your template code to clean it up a bit. Most of the code is just mapping one interface to the next though. I...

Have you made any more progress on this? I am looking at this issue now and I am wondering if this solution has been tested with test cases and debugged....

I looked over your template and there are some bits I don't understand such as the reference counts having some sort of limit value before something happens. Also I think...

Oh I see what you are doing. Guess I am still kind of noob when it comes to C++. But I think still need to replace the boost code.