Skip to content

Commit

Permalink
Minor fixes for 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cruppstahl committed Aug 8, 2013
1 parent 2077cdc commit a06a9b5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 16 deletions.
24 changes: 8 additions & 16 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -198,19 +198,10 @@ x src/config.h: always assume little endian, if nothing else is specified.
x win32: remove HAM_LITTLE_ENDIAN from solution files
x change in README

o issue #25: fix tcmalloc build on MacOS
-> disable tcmalloc when building on MacOS
-> use AC_CANONICAL_HOST
AC_CANONICAL_HOST
case "$target" in
*-cygwin* | *-mingw*)
INCLUDES='-I$(srcdir)/win32'
;;
*)
# Assume Unix.
INCLUDES='-I$(srcdir)/unix'
;;
esac
x issue #25: fix tcmalloc build on MacOS

x add client/server testing to monster testsuite
x also to performance tests

o improve client/server performance
currently client/server is 10 times slower than standalone; can we improve
Expand All @@ -223,9 +214,6 @@ o improve client/server performance
o test build with --disable-remote, add this to the release process
. use Pickle module, get rid of protocol buffers (or better leave for now?)

o add client/server testing to monster testsuite
o also to performance tests

. java-test fails on a slower machine (race cond. in finalize()?)
-> this is just a test issue

Expand All @@ -241,6 +229,10 @@ o add client/server testing to monster testsuite



o rewrite configure.in
-> rename to configure.ac
-> look at libuv for a good sample
-> also for bootstrap.sh

. review/rewrite/refactor Transaction class
keep in mind that sooner or later the BtreeNode will expect template
Expand Down
1 change: 1 addition & 0 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ libhamsterdb_la_SOURCES = \
log.h \
mem.cc \
mem.h \
mutex.h \
os.h \
os_posix.cc \
packstart.h \
Expand Down

0 comments on commit a06a9b5

Please sign in to comment.