Skip to content

Commit c5e573b

Browse files
committed
Remove not needed new lines.
1 parent 50f5c54 commit c5e573b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# About
1212
Data Explorer is a tool for performing various operations on datasets. It supports operations like aggregation (average, minimum, and maximum) and grouping, providing a simple interface for querying data.
1313

14-
1514
# Building:
1615
Clone and use CMake with GCC/Clang/MSVC to compile the project and tests from an IDE or command line. CMake **should**:
1716
- configure everything automatically,
@@ -110,7 +109,6 @@ As an alternative, `CTest` can be used to run tests from `build` directory:
110109

111110
Total Test time (real) = 0.10 sec
112111

113-
114112
# Additional info
115113
As speed is the most important expectation from the task, there was some optimization was performed. Ones with the biggest impact:
116114
* Used std::unordered_map instead of std::map.

0 commit comments

Comments
 (0)