Skip to content

Performance improvements

Alex Kost requested to merge alezost:performance into master

Hello, assq is the preferable way to pick associations using symbols. It should make Geiser a bit faster. So what about using assq instead of assoc?

Also I noticed that geiser-con--request-string is called twice in geiser-con--connection-add-request, so I fixed it in another commit. Is it OK?

Merge request reports