Skip to content

Commit

Permalink
Fix GIT messing up my README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Israel Brewster committed Dec 22, 2014
1 parent 066196e commit 4512ff7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
p4d is a Python Database API 2.0 compliant driver for the 4D (4th Dimension) database server. As such, usage should be familiar to anyone who has used any python database modules before. This module is based off of a C library provided by 4D, and integrated with Python using CFFI. As such, installation of this module does require CFFI.
v0.5 2014-12-22:
- Fix remaining memory leak with execute many call. Turns out there were leaks both in the C library as well as in how I was calling the library. Testing now shows memory usage stable at 11MB when processing a 1,000,000 record result set.

v0.5 2014-12-22:
- Fix remaining memory leak with execute many call. Turns out there were leaks both in the C library as well as in how I was calling the library. Testing now shows memory usage stable at 11MB when processing a 1,000,000 record result set.
Expand Down

0 comments on commit 4512ff7

Please sign in to comment.