TY - JOUR TI - The Transactional Memory AU - V. M. Dhivya Shri AU - Mrs. K. Reshma JO - International Journal of Scientific Research in Computer Science, Engineering and Information Technology PB - Technoscience Academy DA - 2019/03/30 PY - 2019 DO - https://doi.org/10.32628/CSEIT1951117 UR - https://ijsrcseit.com/CSEIT1951117 VL - 5 IS - 2 SP - 13 EP - 20 AB - Transactional memory (TM) promises to simplify concurrent programming. Language-based constructs allow programmers to denote atomic regions declaratively. Its implementations operate by tracking loads and stores to memory and by detecting concurrent conflicts. TM allows programmers to write simpler programs that are composable and deadlock-freeThis essay presents remarkable similarities between transactional Memory and garbage collection. The connections are fascinating in their own right, and they let us better stand one technology by thinking about the corresponding issues for the other.