atomic
- adjective
- /əˈtɑːmɪk/
- Specialized
- A very useful side effect of our model is that a thread's synchronization-free regions appear indivisible or atomic.
And so now our abstractions are like atomic units when we're actually talking about thought here or truth.
- And so now our abstractions are like atomic units when we're actually talking about thought here or truth.
Examples
-
Atomic operations on the file system provide synchronization of processes against the file system.
Blog text (22) -
You also want to make sure that this whole thing is atomic with respect to the outside world.
-
You get the same atomic state, the sign doesn't matter.
-
And so now our abstractions are like atomic units when we're actually talking about thought here or truth.
-
In this case, it was most efficient to replace the entire hashmap each time and use an atomic reference.
Blog text (6) -
In C++11, you would write atomic instead (volatile means something subtly different in C or C++).
Academic text (2012) -
In addition to reading and writing these variables, they support some simple indivisible compound operations; for example, incrementing a synchronization (atomic) variable with the ++ operator is an indivisible operation.
Academic text (2012) -
In a distributed system, each transaction must be atomic, ensuring that it either completes successfully or has no effect at all.
-
The database operations are designed to be atomic, meaning that they will either fully execute or leave no changes.
-
To maintain data integrity, developers must ensure that each operation is atomic, preventing partial updates in the system.
Synonyms
Cannot be split into parts
Cannot be split into parts
Antonyms
Idioms
Compounds
- Specialized
A very powerful weapon that splits atoms to make a huge explosion and destroy large areas
A very powerful explosive that uses energy from splitting or joining atoms to destroy things
An international organization that helps countries use nuclear energy safely and peacefully
A former United States government agency that oversaw nuclear energy research and civilian use
- Specialized
The average mass of the atoms of a chemical element, measured in atomic mass units
- Specialized
Number of protons in an atom's center that shows its place in the periodic table
- Specialized
A number that tells how heavy one atom of an element is in atomic mass units
- Specialized
A machine that splits atoms to make energy for electricity or research
- Specialized
A scientific idea that all matter is made of tiny particles called atoms
- Specialized
A pattern of lines in light made when atoms take in or give off energy, showing which element it is
- Informal
A strong mixed drink made with more than one kind of alcohol and bright layers
- Specialized
A radioactive metal made by shooting neutrons at plutonium in a lab
- Specialized
A radioactive metal element called nobelium with atomic number 102 that scientists use only for research
- Specialized
A radioactive element called lawrencium that scientists make in a lab
- Specialized
A man-made radioactive chemical element called rutherfordium with symbol Rf
- Specialized
A soft white metal found in rare earth minerals, used in special glass and camera lenses
- Specialized
A soft metal called neodymium from the rare earths used in strong magnets and lasers
- Specialized
A soft silver metal from the rare earth group that is radioactive and has no stable forms
- Specialized
A silvery metal called samarium that is used in powerful magnets and electronics
- Specialized
A silvery-white chemical element used in magnets and medical imaging
- Specialized
A rare earth metal called holmium that helps make very strong magnets
- Specialized
A metal found in minerals and used in some lasers and glowing materials
- Specialized
A colorless, odorless gas that makes up most of the air and is needed by living things
- Specialized
A rare metal element called lutetium that is often found with yttrium
- Specialized
A heavy, rare metal used in strong metal mixtures and often found with platinum
- Specialized
A heavy, valuable grey-white metal that resists corrosion and is used for jewelry
- Specialized
A radioactive metal called polonium that is found with uranium and used in some devices
- Specialized
A very rare radioactive element that breaks down quickly and is called astatine
- Specialized
A radioactive metal called radium that appears in small amounts in uranium ores
- Specialized
A radioactive metal element called protactinium often made when uranium breaks down
- Specialized
A heavy radioactive metal used as fuel in nuclear reactors and in weapons
- Specialized
A radioactive metal called neptunium found in uranium ores and nuclear reactors
- Specialized
A radioactive metal called einsteinium with atomic number 99 made by hitting plutonium atoms with neutrons
- Specialized
A man-made radioactive heavy metal element called hassium with atomic number 108
- Specialized
A very heavy radioactive metal that scientists make in labs and has atomic number 109
- Specialized
A man-made chemical element named darmstadtium with 110 protons used only in research
- Specialized
A radioactive metal element called roentgenium whose atoms have 111 protons
- Specialized
A very heavy radioactive metal made by scientists and named copernicium
- Specialized
A man-made radioactive element named nihonium with atomic number 113
- Specialized
A very heavy man-made element called flerovium with atomic number 114
- Specialized
A very heavy chemical element made in a lab that breaks down quickly
- Specialized
A radioactive element named livermorium with symbol Lv that has 116 protons in its atoms
- Specialized
A chemical element used in fertilizers and found in plants and bones
- Specialized
A poisonous yellow-green gas used to kill germs and to bleach things
How Thread-Safe
Surface Forms
Morphology
Etymology
The word atomic comes from Greek atomos 'not cut', because a- means 'not' and tomos means 'cut'. That's why in computing an atomic operation is one that cannot be 'cut' into parts but either happens completely or not at all.