-
Updated
Sep 16, 2020
Data structures
A data structure is a particular way storing and organizing data in a computer for efficient access and modification. Data structures are designed for a specific purpose. Examples include arrays, linked lists, and classes.
Here are 9,557 public repositories matching this topic...
-
Updated
Sep 18, 2020 - JavaScript
-
Updated
Sep 17, 2020
-
Updated
Sep 16, 2020 - JavaScript
-
Updated
Sep 12, 2020 - Swift
-
Updated
Sep 3, 2020 - C++
-
Updated
Sep 10, 2020 - Java
Is your feature request related to a problem or area of OpenRefine? Please describe.
When previewing an importer's results, there is a text field to enter the project name. When pressing Enter in this field, I would expect the project to be created (without having to click the "Create Project" button).
, but the program does take a long time.
I'v also tested the BinaryHeap in https://github.com/SolutionsDesign/Algorithmia, it performs well, so it is probably due to the bad algorithm.
-
Updated
Aug 21, 2020
-
Updated
Sep 15, 2020 - Go
-
Updated
Sep 2, 2020 - Swift
-
Updated
Oct 26, 2019 - JavaScript
Hi, I'm not sure if more platforms are interesting to you, but I've made a slightly more complete implementation of padding a struct to the cache line size here:
https://github.com/tinco/cache_line_size
I got the information on the cache line sizes from the Go compiler repository, so I'm pretty sure these are correct for all platforms Go runs on, which is a whole bunch.
-
Updated
Aug 6, 2020
-
Updated
Sep 1, 2020 - Java
-
Updated
Sep 5, 2020 - TypeScript
-
Updated
Sep 14, 2020 - JavaScript
-
Updated
Aug 9, 2020 - Java
Added object oriented approach for BST. Please review and let me know if any changes are required.