Thread: [Joafip-svn] SF.net SVN: joafip:[2989] trunk/joafip/doc/_todo.txt
Brought to you by:
luc_peuvrier
|
From: <luc...@us...> - 2012-03-03 01:42:06
|
Revision: 2989
http://joafip.svn.sourceforge.net/joafip/?rev=2989&view=rev
Author: luc_peuvrier
Date: 2012-03-03 01:42:00 +0000 (Sat, 03 Mar 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
Modified: trunk/joafip/doc/_todo.txt
===================================================================
--- trunk/joafip/doc/_todo.txt 2012-03-03 01:35:51 UTC (rev 2988)
+++ trunk/joafip/doc/_todo.txt 2012-03-03 01:42:00 UTC (rev 2989)
@@ -28,6 +28,7 @@
-- check field access constraints, direct field access disallow to force use of getter and/or setter
-- check private method invocation of other instance
- static field persistence feature removed because a non sense
+- heap file project make able to create a map in file with a comparable key
minor changes:
- added search last in red black tree manager
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-03-03 01:42:06
|
Revision: 2989
http://joafip.svn.sourceforge.net/joafip/?rev=2989&view=rev
Author: luc_peuvrier
Date: 2012-03-03 01:42:00 +0000 (Sat, 03 Mar 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-03-09 04:30:18
|
Revision: 2994
http://joafip.svn.sourceforge.net/joafip/?rev=2994&view=rev
Author: luc_peuvrier
Date: 2012-03-09 04:30:12 +0000 (Fri, 09 Mar 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
Modified: trunk/joafip/doc/_todo.txt
===================================================================
--- trunk/joafip/doc/_todo.txt 2012-03-06 08:44:06 UTC (rev 2993)
+++ trunk/joafip/doc/_todo.txt 2012-03-09 04:30:12 UTC (rev 2994)
@@ -2,6 +2,11 @@
-----
major newness:
+- cut in sub projects and projects mavenized. projects are:
+ joafip,joafip-common,joafip-rbtree,joafip-heapfile,joafip-file,joafip-collection,joafip-log4j,joafip-asm,joafip-java-agent,joafip-callback,
+ joafip-jpa,
+ joafip-example-database,joafip-example-hugemap,joafip-example-simplestore
+ joafip-4test, joafip-testsuite
- improved speed in saving and reading
- use of FilePersistenceBuilder instead of "new FilePersistence(...)"
- added file management parameters
@@ -29,6 +34,7 @@
-- check private method invocation of other instance
- static field persistence feature removed because a non sense
- heap file project make able to create a map in file with a comparable key
+- new joafip-pmap project, a file persisted tree map
minor changes:
- added search last in red black tree manager
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-03-09 04:30:18
|
Revision: 2994
http://joafip.svn.sourceforge.net/joafip/?rev=2994&view=rev
Author: luc_peuvrier
Date: 2012-03-09 04:30:12 +0000 (Fri, 09 Mar 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-04-21 13:57:05
|
Revision: 3023
http://joafip.svn.sourceforge.net/joafip/?rev=3023&view=rev
Author: luc_peuvrier
Date: 2012-04-21 13:56:59 +0000 (Sat, 21 Apr 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
Modified: trunk/joafip/doc/_todo.txt
===================================================================
--- trunk/joafip/doc/_todo.txt 2012-04-21 13:55:43 UTC (rev 3022)
+++ trunk/joafip/doc/_todo.txt 2012-04-21 13:56:59 UTC (rev 3023)
@@ -89,6 +89,10 @@
currently:
-------------------------------------------------------------------------------------
+storage in btree+
+- performance tests when use as main store, then add usage option in file persistence builder
+- replace HeapDataFileManager direct use and option for main joafip storage
+
changes for garbage management because of autosave
- tests to add
- test for state machine
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-04-21 13:57:05
|
Revision: 3023
http://joafip.svn.sourceforge.net/joafip/?rev=3023&view=rev
Author: luc_peuvrier
Date: 2012-04-21 13:56:59 +0000 (Sat, 21 Apr 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-04-29 23:23:26
|
Revision: 3051
http://joafip.svn.sourceforge.net/joafip/?rev=3051&view=rev
Author: luc_peuvrier
Date: 2012-04-29 23:23:20 +0000 (Sun, 29 Apr 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
Modified: trunk/joafip/doc/_todo.txt
===================================================================
--- trunk/joafip/doc/_todo.txt 2012-04-29 23:06:57 UTC (rev 3050)
+++ trunk/joafip/doc/_todo.txt 2012-04-29 23:23:20 UTC (rev 3051)
@@ -35,6 +35,7 @@
- static field persistence feature removed because a non sense
- heap file project make able to create a map in file with a comparable key
- new joafip-pmap project, a file persisted tree map
+- heap data manager implemented in btree+
minor changes:
- added search last in red black tree manager
@@ -89,9 +90,18 @@
currently:
-------------------------------------------------------------------------------------
+btree+ implementation
+- problems with previous data record
+- management of leaf page link
+ - add to header first leaf page position
+ - check link to leaf page to next
+ - implement quick iterator
+- consistency check to add
+
storage in btree+
- performance tests when use as main store, then add usage option in file persistence builder
- replace HeapDataFileManager direct use and option for main joafip storage
+- replace internal use of HeapFileDataManager by BtreePlusDataManager
changes for garbage management because of autosave
- tests to add
@@ -124,6 +134,10 @@
collection apache and google
+-------------------------------------------------------------------------------------
+transactionnal:
+use of a log of changes, applies logs to main storage at commit
+-------------------------------------------------------------------------------------
BlockDataManger
- test performance with cache, if ok it is a good alternative but:
- big file, do not reuse free space
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-04-29 23:23:26
|
Revision: 3051
http://joafip.svn.sourceforge.net/joafip/?rev=3051&view=rev
Author: luc_peuvrier
Date: 2012-04-29 23:23:20 +0000 (Sun, 29 Apr 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-05-01 17:58:46
|
Revision: 3055
http://joafip.svn.sourceforge.net/joafip/?rev=3055&view=rev
Author: luc_peuvrier
Date: 2012-05-01 17:58:39 +0000 (Tue, 01 May 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
Modified: trunk/joafip/doc/_todo.txt
===================================================================
--- trunk/joafip/doc/_todo.txt 2012-05-01 15:44:39 UTC (rev 3054)
+++ trunk/joafip/doc/_todo.txt 2012-05-01 17:58:39 UTC (rev 3055)
@@ -91,7 +91,6 @@
-------------------------------------------------------------------------------------
btree+ implementation
-- problems with previous data record
- management of leaf page link
- add to header first leaf page position
- check link to leaf page to next
@@ -103,6 +102,10 @@
- replace HeapDataFileManager direct use and option for main joafip storage
- replace internal use of HeapFileDataManager by BtreePlusDataManager
+file cache:
+when save, do not clear read cache (if file not closed and externally accessible), move wrote to read cache.
+
+
changes for garbage management because of autosave
- tests to add
- test for state machine
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-05-01 17:58:46
|
Revision: 3055
http://joafip.svn.sourceforge.net/joafip/?rev=3055&view=rev
Author: luc_peuvrier
Date: 2012-05-01 17:58:39 +0000 (Tue, 01 May 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-05-02 06:14:21
|
Revision: 3061
http://joafip.svn.sourceforge.net/joafip/?rev=3061&view=rev
Author: luc_peuvrier
Date: 2012-05-02 06:14:15 +0000 (Wed, 02 May 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-05-02 06:14:21
|
Revision: 3061
http://joafip.svn.sourceforge.net/joafip/?rev=3061&view=rev
Author: luc_peuvrier
Date: 2012-05-02 06:14:15 +0000 (Wed, 02 May 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
Modified: trunk/joafip/doc/_todo.txt
===================================================================
--- trunk/joafip/doc/_todo.txt 2012-05-02 05:26:05 UTC (rev 3060)
+++ trunk/joafip/doc/_todo.txt 2012-05-02 06:14:15 UTC (rev 3061)
@@ -102,10 +102,6 @@
- replace HeapDataFileManager direct use and option for main joafip storage
- replace internal use of HeapFileDataManager by BtreePlusDataManager
-file cache:
-when save, do not clear read cache (if file not closed and externally accessible), move wrote to read cache.
-
-
changes for garbage management because of autosave
- tests to add
- test for state machine
@@ -116,6 +112,8 @@
alternative is to create list of record attached to root and then clear detached data records
for detached clearing take care of #0 #1 and used for class name and garbage
+? alternative to garbage: remove object by program
+
export:
- no more static field management
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-05-09 01:45:03
|
Revision: 3079
http://joafip.svn.sourceforge.net/joafip/?rev=3079&view=rev
Author: luc_peuvrier
Date: 2012-05-09 01:44:57 +0000 (Wed, 09 May 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
Modified: trunk/joafip/doc/_todo.txt
===================================================================
--- trunk/joafip/doc/_todo.txt 2012-05-08 09:26:36 UTC (rev 3078)
+++ trunk/joafip/doc/_todo.txt 2012-05-09 01:44:57 UTC (rev 3079)
@@ -35,7 +35,8 @@
- static field persistence feature removed because a non sense
- heap file project make able to create a map in file with a comparable key
- new joafip-pmap project, a file persisted tree map
-- heap data manager implemented in btree+
+- heap data manager implemented in btree+ (not use by joafip since HeapFileDataManager speeder)
+- improve speed for file access using mapped byte buffer (+70%)
minor changes:
- added search last in red black tree manager
@@ -90,18 +91,11 @@
currently:
-------------------------------------------------------------------------------------
-btree+ implementation
-- management of leaf page link
- - add to header first leaf page position
- - check link to leaf page to next
- - implement quick iterator
-- consistency check to add
+file input/output stream
+- existing FileOutputStreamNIO
+- create FileOutputStreamMapped to use instead of FileOutputStreamNIO
+- create FileInputStreamNIO and FileInputStreamMapped
-storage in btree+
-- performance tests when use as main store, then add usage option in file persistence builder
-- replace HeapDataFileManager direct use and option for main joafip storage
-- replace internal use of HeapFileDataManager by BtreePlusDataManager
-
changes for garbage management because of autosave
- tests to add
- test for state machine
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-05-09 01:45:03
|
Revision: 3079
http://joafip.svn.sourceforge.net/joafip/?rev=3079&view=rev
Author: luc_peuvrier
Date: 2012-05-09 01:44:57 +0000 (Wed, 09 May 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-05-11 03:46:22
|
Revision: 3084
http://joafip.svn.sourceforge.net/joafip/?rev=3084&view=rev
Author: luc_peuvrier
Date: 2012-05-11 03:46:15 +0000 (Fri, 11 May 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-05-11 03:46:22
|
Revision: 3084
http://joafip.svn.sourceforge.net/joafip/?rev=3084&view=rev
Author: luc_peuvrier
Date: 2012-05-11 03:46:15 +0000 (Fri, 11 May 2012)
Log Message:
-----------
todo update
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
Modified: trunk/joafip/doc/_todo.txt
===================================================================
--- trunk/joafip/doc/_todo.txt 2012-05-11 03:41:49 UTC (rev 3083)
+++ trunk/joafip/doc/_todo.txt 2012-05-11 03:46:15 UTC (rev 3084)
@@ -108,6 +108,10 @@
? alternative to garbage: remove object by program
+auto clean when corrupted file detected
+- move corrupted file, ignore errors
+- for crash safe mode try to recover from second file
+
export:
- no more static field management
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-05-26 11:17:37
|
Revision: 3098
http://joafip.svn.sourceforge.net/joafip/?rev=3098&view=rev
Author: luc_peuvrier
Date: 2012-05-26 11:17:31 +0000 (Sat, 26 May 2012)
Log Message:
-----------
tree sub set remove and contains correction
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <luc...@us...> - 2012-05-26 11:17:37
|
Revision: 3098
http://joafip.svn.sourceforge.net/joafip/?rev=3098&view=rev
Author: luc_peuvrier
Date: 2012-05-26 11:17:31 +0000 (Sat, 26 May 2012)
Log Message:
-----------
tree sub set remove and contains correction
Modified Paths:
--------------
trunk/joafip/doc/_todo.txt
Modified: trunk/joafip/doc/_todo.txt
===================================================================
--- trunk/joafip/doc/_todo.txt 2012-05-26 11:16:14 UTC (rev 3097)
+++ trunk/joafip/doc/_todo.txt 2012-05-26 11:17:31 UTC (rev 3098)
@@ -66,6 +66,7 @@
- stored enum management corrected in case of storage file erase
- failure of write byte while serializing
- too much warn failed to read root record #1, try to reduce, now warn only once at file persistence opening
+- tree sub set remove and contains correction
-------------------------------------------------------------------------------------
java agent bad performance
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|