AgentM

Results 170 comments of AgentM

Could you provide more detail on what circumstance led to using them incorrectly? It might be handy to have a simplified interface, but I suppose it would be a duplicate...

After discussion with @3noch, I realized that it's not possible to do anything interesting with the database now without first creating a session. This is problematic, because the client may...

To summarize, @3noch suggests hiding the session and connection objects behind an opaque type. He suggested that the current API could be wrapped, but I don't want to wrap an...

Excellent info! Would you be able to perform the performance analysis with the GHC profiler? Currently, our constraints are quite naively implemented so each constraint check likely costs a relation...

If you provide a sample driver script or snippet, I'll take a look. I would also like to include such a script in our performance test suite to catch regressions...

I am also working on improving these performance numbers and am integrating matchwood's benchmarks into Project:M36 proper so that we can track these numbers over time. There is definitely low-hanging...

Indeed- it's linked in our [README](https://github.com/agentm/project-m36#community) and worth watching. The audio cuts out a few times, but it returns for the important parts. The audience asked some interesting questions as...

Indeed, a port of PostGIS would likely be a rewrite. This ticket is mostly a placeholder for brainstorming in case someone wants to pick this up. I don't have any...

Actually, I think that this is worth discussing. The current implementation assumes that the each left side of the equality is an attribute, but I think it's fair to request...

This utility is sort on the backburner. The reason garbage collection would be useful now is because our file format is overly simplistic (but correct). Each transaction is written out...