Skip to content

Instantly share code, notes, and snippets.

@wolfram77
wolfram77 / notes-diy-walk-amazon-wishlist.md
Last active June 25, 2025 19:40
DIY Walk Amazon Wishlist : NOTES

I made this wishlist in around 2019-20.

ORG

@wolfram77
wolfram77 / notes-diy-wood-amazon-wishlist.md
Last active June 25, 2025 19:40
DIY Wood Amazon Wishlist : NOTES

I made this wishlist in around 2019-20.

ORG

@wolfram77
wolfram77 / notes-diy-net-amazon-wishlist.md
Last active June 25, 2025 19:40
DIY Net Amazon Wishlist : NOTES

I made this wishlist in around 2019-20.

ORG

@wolfram77
wolfram77 / notes-diy-wan-amazon-wishlist.md
Last active June 25, 2025 19:40
DIY WAN Amazon Wishlist : NOTES

I made this wishlist in around 2019-20.

ORG

@wolfram77
wolfram77 / notes-top-research-papers-in-parallel-graph-algorithms-2023.md
Last active June 25, 2025 19:40
Top Research Papers in Parallel Graph Algorithms (2023) : NOTES

Obtained this list after scanning (manually, unfortunately) Google Scholar for several pages.

ORG

@wolfram77
wolfram77 / notes-two-phase-locking-two-phase-commit-cap-theorem-and-spanner.md
Last active June 25, 2025 19:41
Two-phase locking, Two-phase commit, CAP theorem, and Spanner : NOTES

My notes below.

ORG

@wolfram77
wolfram77 / notes-clock-synchronization-and-truetime.md
Last active June 25, 2025 19:41
Clock synchronization and TrueTime : NOTES

My notes below.

ORG

@wolfram77
wolfram77 / notes-algorithms-for-balanced-graph-colorings-with-applications-in-parallel-computing.md
Last active June 25, 2025 19:41
Algorithms for Balanced Graph Colorings with Applications in Parallel Computing : NOTES

Lu, H., Halappanavar, M., Chavarria-Miranda, D., Gebremedhin, A. H., Panyala, A., & Kalyanaraman, A. (2016). Algorithms for balanced graph colorings with applications in parallel computing. IEEE Transactions on Parallel and Distributed Systems, 28(5), 1240-1256.

In this paper, Lu et al. present parallel approaches for balanced graph coloring. Graph coloring is an important problem in parallel computing, where the goal is to assign colors to the vertices of a graph such that no two adjacent vertices share the same color. It is an NP-hard problem because, given a coloring, it is easy to verify if it is valid, but one cannot confirm whether a coloring is optimal in polynomial time. Graph coloring has applications in scheduling, register allocation, scheduling and timetabling problems - or scheduling garbage collecting trucks in New York City.

Graph coloring is used to identify subsets of independent tasks in parallel computing, where each task can be executed without interference from others. How

@wolfram77
wolfram77 / notes-parallel-heuristics-for-scalable-community-detection.md
Last active June 25, 2025 19:41
Parallel heuristics for scalable community detection; Lu et al. (2015)

Lu, H., Halappanavar, M., & Kalyanaraman, A. (2015). Parallel heuristics for scalable community detection. Parallel Computing, 47, 19-37.

In the paper, Lu et al. discuss why parallel community detection may cause negative modularity gain - this happens in cases when two disconnected nodes join the same community with little affinity to the community they are moving to. It is also possible that the modularity gain estimated by a parallel algorithm is lower that the actual gain - this can happen when two nodes are connected, and move to the same community.

Lu et al. also introduce the singlet minimum label heuristic to prevent vertex swapping. They also propose the generalized minimum label heuristic, where a vertex is moved to the community with the highest modularity gain, but with the smallest label (if multiple communities have the same gain). They also discuss distance-1 coloring as a way to prevent vertex swapping, where only vertices with the same color are processed in parallel.

@wolfram77
wolfram77 / notes-large-scale-graph-label-propagation-on-gpus.md
Last active June 25, 2025 19:41
Large-Scale Graph Label Propagation on GPUs; Ye et al. (2023) : NOTES

My highlighted notes for the following paper:

Ye, C., Li, Y., He, B., Li, Z., & Sun, J. (2023). Large-scale graph label propagation on gpus. IEEE Transactions on Knowledge and Data Engineering, 36(10), 5234-5248.

ORG