Lichen

Annotated lib/posix/core.py

882:f84970ad4040
2019-01-28 Paul Boddie Test performance with the allocation of opaque blocks containing many instances. This improves performance considerably, but the float instances are never reclaimed. Finding a way to expose the instances as they are issued would make this approach sustainable. float-preallocation
paul@6 1
#!/usr/bin/env python
paul@6 2
paul@6 3
name = 'posix'
paul@6 4
linesep = '\n'
paul@6 5
paul@6 6
# vim: tabstop=4 expandtab shiftwidth=4