comparison README.md @ 22:947b81010aba

[Dowa & Seobeo] Updated so that Dowa hashmaps can use arena and not be broken. Split up web so taht it can handle different paths. Also fixes issues with hash collisions which was pain in the ass.
author June Park <parkjune1995@gmail.com>
date Tue, 07 Oct 2025 07:11:02 -0700
parents 09def63429b9
children c0f6c8c7829f
comparison
equal deleted inserted replaced
21:09def63429b9 22:947b81010aba
11 bazel build target -c dbg 11 bazel build target -c dbg
12 i.e) bazel build //mrjunejune:mrjunejune_server -c dbg 12 i.e) bazel build //mrjunejune:mrjunejune_server -c dbg
13 ``` 13 ```
14 14
15 And run whatever your favoriate debugging tools 15 And run whatever your favoriate debugging tools
16
17 ```bash
18 bazel run //dowa:dowa_test --run_under="valgrind --leak-check=full --show-leak-kinds=all --track-origins=yes"
19 ```
20
21
22 brew install valgrind
23 # or use the unofficial ARM build:
24 arch -x86_64 brew install valgrind
25 arch -x86_64 valgrind ./test