URL: https://github.com/freeipa/freeipa/pull/488 Title: #488: Speed up client schema cache
dkupka commented: """ @tiran Currently the file is first copied into BytesIO and then all reading is done from it. Your modification IMO supersedes the need for the BytesIO copy because everything is read into memory at once. Could you remove it? """ See the full comment at https://github.com/freeipa/freeipa/pull/488#issuecomment-282983152
-- Manage your subscription for the Freeipa-devel mailing list: https://www.redhat.com/mailman/listinfo/freeipa-devel Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code