管理单个文件的IO操作

iomanage的Python项目详细描述


IOManage公司

管理单个文件的IO操作

此库在其中有用的应用程序

我做这个库的唯一场景是在阅读和 从一个文件中写入多个线程。在

目前还在开发类来读写大量JSON文件

特点

! IOManager Class+ Read/Write queue system+ Can cleanly close file, finishing all r/w functions before terminating+ ID system for holding queue for write after a read to prevent data mismatching+ Loop runs in its own thread, so no asyncio management is required! IOJson, IOList and IODict Classes+ Can index massive lists and dicts from JSON files+ Dictionaries read from JSON are IODict objects+ Lists read from JSON are IOList objects+ Each IOList, IODict, and IOJson class has only 1 key and/or value stored in memory at one time- Can not detect malformed JSON, instead will (probably) break- Can not (yet) iterate through IODict, and IOJson classes- NOT THREADSAFE!

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Intellij新项目JDK不可用   JAVA静态块执行了多少次?   java通过JCheckBox更改文本字段输入的字体颜色   java在星期几文本字段中输入值   java RichFaces 4.2日历。如何通过JavaScript设置日历的输入字段?   java在javafx中注册鼠标处理程序,但处理程序不是内联的   java将jchararray分配给常量unsigned char   在安卓4.4中注意到java奇怪的圆形浮动动作按钮吗?   java中用于解决8个难题的合适的树类是什么   为什么Java在我的Linux服务器上使用了如此多的内存?   java从多个推荐列表中提取顶级推荐   “426写入网络流失败。”尝试使用Java的URL类连接到FTP站点时收到   java如何在没有Gradle的情况下使用IntelliJ打开项目?   java如何在线程完成后使For循环继续?   java使用定制jackson ObjectMapper定制Spring引导序列化过程   java NativeActivity不会显示在屏幕上   如何使用Java中的EditorConfig在IntelliJ IDEA中关闭rightparen自己的行?   java从字符串中删除字母数字单词   Intellij IDEA 13.1中的maven Java编译错误